]> sourceware.org Git - automake.git/commitdiff
Recognize `gnu' as a valid operating system. Sheesh.
authorRoland McGrath <roland@gnu.org>
Wed, 30 Jun 1993 19:19:42 +0000 (19:19 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 30 Jun 1993 19:19:42 +0000 (19:19 +0000)
config.sub
lib/config.sub

index 6fd3fe50f4b6c9cdf7f4100c559ca3a16d93a1e6..12bc0bdd658d98fbb04c5af34409666cd68db98e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Configuration validation subroutine script, version 1.1.
-#   Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+#   Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
 # can handle that machine.  It does not imply ALL GNU software can. 
@@ -502,7 +502,7 @@ case $os in
        # The portable systems comes first.
        # Each alternative must end in a *, to match a version number.
        # -sysv* is not here because it comes later, after sysvr4.
-       -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
+       -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
              | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
              | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
              | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
index 6fd3fe50f4b6c9cdf7f4100c559ca3a16d93a1e6..12bc0bdd658d98fbb04c5af34409666cd68db98e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Configuration validation subroutine script, version 1.1.
-#   Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+#   Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
 # can handle that machine.  It does not imply ALL GNU software can. 
@@ -502,7 +502,7 @@ case $os in
        # The portable systems comes first.
        # Each alternative must end in a *, to match a version number.
        # -sysv* is not here because it comes later, after sysvr4.
-       -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
+       -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
              | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
              | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
              | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
This page took 0.072006 seconds and 5 git commands to generate.