summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-04-30 09:23:02 +0000
committerRichard M. Stallman <rms@gnu.org>2003-04-30 09:23:02 +0000
commit167899c437fa059886c387fc05ffb6d4b2e83c2e (patch)
tree6adca03e5b512de28c9c90985ebf28f660f0eae9 /configure.in
parent5b31a763af41a836aea6db2408aeed3304cfe93d (diff)
downloademacs-167899c437fa059886c387fc05ffb6d4b2e83c2e.tar.gz
Handle system types sysv5uw* and sysv5OpenUNIX*.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 231b02b6c00..76bed200bfb 100644
--- a/configure.in
+++ b/configure.in
@@ -1078,6 +1078,8 @@ case "${canonical}" in
OVERRIDE_CPPFLAGS=" "
;;
*-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
+ *-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
+ *-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
*-386bsd* ) opsys=386bsd ;;
*-nextstep* ) opsys=nextstep ;;
## Otherwise, we'll fall through to the generic opsys code at the bottom.
@@ -1140,6 +1142,8 @@ if test x"${opsys}" = x; then
*-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;;
*-sysv3* | *-sysvr3* ) opsys=usg5-3 ;;
*-sysv4.2uw* ) opsys=unixware ;;
+ *-sysv5uw* ) opsys=unixware ;;
+ *-sysv5OpenUNIX* ) opsys=unixware ;;
*-sysv4.1* | *-sysvr4.1* )
NON_GNU_CPP=/usr/lib/cpp
opsys=usg5-4 ;;