Mercurial > emacs
changeset 3914:a16c11d3670f
Recognize -sysv* after -sysvr4.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 29 Jun 1993 15:31:19 +0000 |
parents | d0f9cd48e8f6 |
children | 55ed7a65746e |
files | config.sub |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/config.sub Tue Jun 29 04:03:22 1993 +0000 +++ b/config.sub Tue Jun 29 15:31:19 1993 +0000 @@ -501,7 +501,8 @@ # First accept the basic system types. # The portable systems comes first. # Each alternative must end in a *, to match a version number. - -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + # -sysv* is not here because it comes later, after sysvr4. + -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* \ @@ -542,11 +543,14 @@ -svr4) os=-sysv4 ;; + -svr3) + os=-sysv3 + ;; -sysvr4) os=-sysv4 ;; - -svr3) - os=-sysv3 + # This must come after -sysvr4. + -sysv*) ;; -xenix) os=-xenix