]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1026. [port] Recognize OpenUNIX 8 in config.guess. [RT #1830]
authorAndreas Gustafsson <source@isc.org>
Thu, 4 Oct 2001 20:59:03 +0000 (20:59 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 4 Oct 2001 20:59:03 +0000 (20:59 +0000)
(9.2 branch only, fixed by upgrading config.guess on mainline)
(commit on the right branch this time)

config.guess

index 5b19af8278b1152d0d80fabf0d10dda582b76110..e668afdb8deb5cc49c8b4ae5419bd4e4f4cf785a 100644 (file)
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 #   Free Software Foundation, Inc.
 
-timestamp='2001-04-20'
+timestamp='2001-10-03'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -966,10 +966,10 @@ EOF
                echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
        fi
        exit 0 ;;
-    i*86:*:5:7*)
+    i*86:*:5:[78]*)
         # Fixed at (any) Pentium or better
         UNAME_MACHINE=i586
-        if [ ${UNAME_SYSTEM} = "UnixWare" ] ; then
+        if [ ${UNAME_SYSTEM} = "UnixWare" -o ${UNAME_SYSTEM} = "OpenUNIX" ] ; then
            echo ${UNAME_MACHINE}-sco-sysv${UNAME_RELEASE}uw${UNAME_VERSION}
        else
            echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE}