Mercurial > emacs
changeset 10333:67a1a793add2
On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
Handle isc 4.1 operating system.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 04 Jan 1995 19:10:22 +0000 |
parents | e14daed4a820 |
children | ff83a47099bc |
files | configure.in |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Wed Jan 04 19:09:36 1995 +0000 +++ b/configure.in Wed Jan 04 19:10:22 1995 +0000 @@ -639,8 +639,11 @@ *-sunos4.1.3* ) opsys=sunos4-1-3 NON_GCC_TEST_OPTIONS=-Bstatic GCC_TEST_OPTIONS=-static + NON_GNU_CPP=/usr/lib/cpp ;; - *-sunos4shr* ) opsys=sunos4shr ;; + *-sunos4shr* ) opsys=sunos4shr + NON_GNU_CPP=/usr/lib/cpp + ;; *-sunos4* | *-sunos ) opsys=sunos4-1 NON_GCC_TEST_OPTIONS=-Bstatic GCC_TEST_OPTIONS=-static @@ -739,6 +742,7 @@ *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; *-isc2.2* ) opsys=isc2-2 ;; *-isc4.0* ) opsys=isc4-0 ;; + *-isc4.* ) opsys=isc4-1 ;; *-isc* ) opsys=isc3-0 ;; *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; *-esix* ) opsys=esix ;;