From: Doug Evans Date: Fri, 9 Jul 1993 20:44:12 +0000 (+0000) Subject: Make `solaris' reflect the most recent major release. X-Git-Tag: emacs-19.34~11796 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f920529b21e5729a63681f2590e31887314c9716;p=emacs.git Make `solaris' reflect the most recent major release. --- diff --git a/config.sub b/config.sub index 12bc0bdd658..55ba7bf18ea 100755 --- a/config.sub +++ b/config.sub @@ -498,6 +498,9 @@ case $os in -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; + -solaris) + os=-solaris2 + ;; # First accept the basic system types. # The portable systems comes first. # Each alternative must end in a *, to match a version number.