aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1993-06-30 19:19:42 +0000
committerRoland McGrath1993-06-30 19:19:42 +0000
commitc2efa56649d2f9e370641c4cfcca78f73c15103f (patch)
tree492fca74a360d1524540243e4b6f536cef911f41
parent1294647644e1f230c5977086cffc0952965dbe29 (diff)
downloademacs-c2efa56649d2f9e370641c4cfcca78f73c15103f.tar.gz
emacs-c2efa56649d2f9e370641c4cfcca78f73c15103f.zip
Recognize `gnu' as a valid operating system. Sheesh.
-rwxr-xr-xconfig.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 6fd3fe50f4b..12bc0bdd658 100755
--- a/config.sub
+++ b/config.sub
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2# Configuration validation subroutine script, version 1.1. 2# Configuration validation subroutine script, version 1.1.
3# Copyright (C) 1991, 1992 Free Software Foundation, Inc. 3# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
4# This file is (in principle) common to ALL GNU software. 4# This file is (in principle) common to ALL GNU software.
5# The presence of a machine in this file suggests that SOME GNU software 5# The presence of a machine in this file suggests that SOME GNU software
6# can handle that machine. It does not imply ALL GNU software can. 6# can handle that machine. It does not imply ALL GNU software can.
@@ -502,7 +502,7 @@ case $os in
502 # The portable systems comes first. 502 # The portable systems comes first.
503 # Each alternative must end in a *, to match a version number. 503 # Each alternative must end in a *, to match a version number.
504 # -sysv* is not here because it comes later, after sysvr4. 504 # -sysv* is not here because it comes later, after sysvr4.
505 -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ 505 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
506 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \ 506 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
507 | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 507 | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
508 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ 508 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \