aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-29 15:31:19 +0000
committerRichard M. Stallman1993-06-29 15:31:19 +0000
commit74da87491acebb312db85135951abdf437fe89b2 (patch)
treee48802631e9ac8d49a0190acda71355c8d86e1f4
parente788f29183f4a7c725cf2e73037810d8e9aa6d36 (diff)
downloademacs-74da87491acebb312db85135951abdf437fe89b2.tar.gz
emacs-74da87491acebb312db85135951abdf437fe89b2.zip
Recognize -sysv* after -sysvr4.
-rwxr-xr-xconfig.sub10
1 files changed, 7 insertions, 3 deletions
diff --git a/config.sub b/config.sub
index f4a52134b86..6fd3fe50f4b 100755
--- a/config.sub
+++ b/config.sub
@@ -501,7 +501,8 @@ case $os in
501 # First accept the basic system types. 501 # First accept the basic system types.
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 -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ 504 # -sysv* is not here because it comes later, after sysvr4.
505 -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
505 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \ 506 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
506 | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 507 | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
507 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ 508 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
@@ -542,11 +543,14 @@ case $os in
542 -svr4) 543 -svr4)
543 os=-sysv4 544 os=-sysv4
544 ;; 545 ;;
546 -svr3)
547 os=-sysv3
548 ;;
545 -sysvr4) 549 -sysvr4)
546 os=-sysv4 550 os=-sysv4
547 ;; 551 ;;
548 -svr3) 552 # This must come after -sysvr4.
549 os=-sysv3 553 -sysv*)
550 ;; 554 ;;
551 -xenix) 555 -xenix)
552 os=-xenix 556 os=-xenix