aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-01-02 21:51:50 +0000
committerRichard M. Stallman1993-01-02 21:51:50 +0000
commitca8efa98ca802f1423ad8da11644c78eaac5f17b (patch)
tree71dbeab989215607862a203132bf9ffcf18d7577
parentfdcba502fabb3a06669fa43bf20a84c8fb7d185e (diff)
downloademacs-ca8efa98ca802f1423ad8da11644c78eaac5f17b.tar.gz
emacs-ca8efa98ca802f1423ad8da11644c78eaac5f17b.zip
Translate sunos5 to solaris2, and solaris1 to sunos4.
-rwxr-xr-xconfig.sub14
1 files changed, 12 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index e2d8d6fe139..5f719f581de 100755
--- a/config.sub
+++ b/config.sub
@@ -490,16 +490,26 @@ esac
490if [ "$os" ] 490if [ "$os" ]
491then 491then
492case $os in 492case $os in
493 # -solaris* is a basic system type, with this one exception.
494 -solaris1 | -solaris1.*)
495 os=`echo $os | sed -e 's|solaris1|sunos4|'`
496 ;;
493 # First accept the basic system types. 497 # First accept the basic system types.
494 # The portable systems comes first. 498 # The portable systems comes first.
495 # Each alternative must end in a *, to match a version number. 499 # Each alternative must end in a *, to match a version number.
496 -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ 500 -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
497 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \ 501 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
498 | -unos* | -osf* | -luna* | -dgux* | -solari* | -sym* \ 502 | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
499 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ 503 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
500 | -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs* \ 504 | -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs* \
501 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* ) 505 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* )
502 ;; 506 ;;
507 -sunos5*)
508 os=`echo $os | sed -e 's|sunos5|solaris2|'`
509 ;;
510 -sunos6*)
511 os=`echo $os | sed -e 's|sunos6|solaris3|'`
512 ;;
503 -osfrose*) 513 -osfrose*)
504 os=-osfrose 514 os=-osfrose
505 ;; 515 ;;