diff options
| author | Richard M. Stallman | 1993-01-02 21:51:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-01-02 21:51:50 +0000 |
| commit | ca8efa98ca802f1423ad8da11644c78eaac5f17b (patch) | |
| tree | 71dbeab989215607862a203132bf9ffcf18d7577 | |
| parent | fdcba502fabb3a06669fa43bf20a84c8fb7d185e (diff) | |
| download | emacs-ca8efa98ca802f1423ad8da11644c78eaac5f17b.tar.gz emacs-ca8efa98ca802f1423ad8da11644c78eaac5f17b.zip | |
Translate sunos5 to solaris2, and solaris1 to sunos4.
| -rwxr-xr-x | config.sub | 14 |
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 | |||
| 490 | if [ "$os" ] | 490 | if [ "$os" ] |
| 491 | then | 491 | then |
| 492 | case $os in | 492 | case $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 | ;; |