diff options
author | Doug Evans <dje@gnu.org> | 1993-07-09 20:44:12 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1993-07-09 20:44:12 +0000 |
commit | 975b6b1e8f46a6425e1408ee05d2474fb1bc209c (patch) | |
tree | 7102c0cad3f26603bacca62f7a2b0852b56d6f55 /config.sub | |
parent | 0b1ae0c67ab8b6a835ae2e1750740a26e02660c5 (diff) | |
download | emacs-975b6b1e8f46a6425e1408ee05d2474fb1bc209c.tar.gz |
Make `solaris' reflect the most recent major release.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 3 |
1 files changed, 3 insertions, 0 deletions
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. |