mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
Translate sunos5 to solaris2, and solaris1 to sunos4.
This commit is contained in:
parent
09228f90e4
commit
c5b8039df3
14
config.sub
vendored
14
config.sub
vendored
@ -490,16 +490,26 @@ esac
|
|||||||
if [ "$os" ]
|
if [ "$os" ]
|
||||||
then
|
then
|
||||||
case $os in
|
case $os in
|
||||||
|
# -solaris* is a basic system type, with this one exception.
|
||||||
|
-solaris1 | -solaris1.*)
|
||||||
|
os=`echo $os | sed -e 's|solaris1|sunos4|'`
|
||||||
|
;;
|
||||||
# First accept the basic system types.
|
# First accept the basic system types.
|
||||||
# The portable systems comes first.
|
# The portable systems comes first.
|
||||||
# Each alternative must end in a *, to match a version number.
|
# Each alternative must end in a *, to match a version number.
|
||||||
-bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
|
-bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
|
||||||
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
|
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
|
||||||
| -unos* | -osf* | -luna* | -dgux* | -solari* | -sym* \
|
| -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
|
||||||
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
|
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
|
||||||
| -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs* \
|
| -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs* \
|
||||||
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* )
|
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* )
|
||||||
;;
|
;;
|
||||||
|
-sunos5*)
|
||||||
|
os=`echo $os | sed -e 's|sunos5|solaris2|'`
|
||||||
|
;;
|
||||||
|
-sunos6*)
|
||||||
|
os=`echo $os | sed -e 's|sunos6|solaris3|'`
|
||||||
|
;;
|
||||||
-osfrose*)
|
-osfrose*)
|
||||||
os=-osfrose
|
os=-osfrose
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user