]> code.delx.au - gnu-emacs/commitdiff
Handle system types sysv5uw* and sysv5OpenUNIX*.
authorRichard M. Stallman <rms@gnu.org>
Wed, 30 Apr 2003 09:23:02 +0000 (09:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 30 Apr 2003 09:23:02 +0000 (09:23 +0000)
configure.in

index 231b02b6c00f0a84650b6be3b7c9c7a2db0ae185..76bed200bfbdf35c7747a681c822aa0017f50c18 100644 (file)
@@ -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 ;;