diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-01-04 19:10:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-01-04 19:10:22 +0000 |
commit | 58a76a79ce3d3d1c3ad97b92488a8e45d551b064 (patch) | |
tree | 874c01da4a0be7edafd7f1e1d86e33dc2ec05671 | |
parent | 6563e9efde182d2d3322133ccff01ad8785270bd (diff) | |
download | emacs-58a76a79ce3d3d1c3ad97b92488a8e45d551b064.tar.gz |
On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
Handle isc 4.1 operating system.
-rw-r--r-- | configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 31267bdba25..b7162af0d7c 100644 --- a/configure.in +++ b/configure.in @@ -639,8 +639,11 @@ case "${canonical}" in *-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 + NON_GNU_CPP=/usr/lib/cpp ;; - *-sunos4shr* ) opsys=sunos4shr ;; *-sunos4* | *-sunos ) opsys=sunos4-1 NON_GCC_TEST_OPTIONS=-Bstatic GCC_TEST_OPTIONS=-static @@ -739,6 +742,7 @@ case "${canonical}" in *-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 ;; |