From 62b59c0015d390589765482aef1f302664f6b43f Mon Sep 17 00:00:00 2001 From: dje Date: Fri, 9 Jul 1993 20:44:12 +0000 Subject: [PATCH] Make `solaris' reflect the most recent major release. --- config.sub | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.sub b/config.sub index 12bc0bd..55ba7bf 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.