Mercurial > emacs
changeset 3934:0bd0d7678a09
Recognize `gnu' as a valid operating system. Sheesh.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 30 Jun 1993 19:19:42 +0000 |
parents | bfb5dd246441 |
children | cecc2b59e875 |
files | config.sub |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/config.sub Wed Jun 30 18:54:08 1993 +0000 +++ b/config.sub Wed Jun 30 19:19:42 1993 +0000 @@ -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 @@ # 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* \