comparison config.sub @ 4055:e5d455b14d82

Make `solaris' reflect the most recent major release.
author Doug Evans <dje@gnu.org>
date Fri, 09 Jul 1993 20:44:12 +0000
parents 0bd0d7678a09
children 1e9a4f812fc1
comparison
equal deleted inserted replaced
4054:074035743fc9 4055:e5d455b14d82
495 then 495 then
496 case $os in 496 case $os in
497 # -solaris* is a basic system type, with this one exception. 497 # -solaris* is a basic system type, with this one exception.
498 -solaris1 | -solaris1.*) 498 -solaris1 | -solaris1.*)
499 os=`echo $os | sed -e 's|solaris1|sunos4|'` 499 os=`echo $os | sed -e 's|solaris1|sunos4|'`
500 ;;
501 -solaris)
502 os=-solaris2
500 ;; 503 ;;
501 # First accept the basic system types. 504 # First accept the basic system types.
502 # The portable systems comes first. 505 # The portable systems comes first.
503 # Each alternative must end in a *, to match a version number. 506 # Each alternative must end in a *, to match a version number.
504 # -sysv* is not here because it comes later, after sysvr4. 507 # -sysv* is not here because it comes later, after sysvr4.