diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-01 18:09:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-01 18:09:30 +0000 |
commit | 6d9cc10eb254d5e866bd0fe1311d158520798cd4 (patch) | |
tree | 409d0047fd631fb892d920efcd0ec8d6220cc4f5 /config.sub | |
parent | 71ed49929358e32d10d5f25651088ba85d934884 (diff) | |
download | emacs-6d9cc10eb254d5e866bd0fe1311d158520798cd4.tar.gz |
Translate -svr4 to -sysv4 and -unixware to -sysv4.2uw.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.sub b/config.sub index ed95ed00cd1..3d96b0145f7 100755 --- a/config.sub +++ b/config.sub @@ -682,9 +682,12 @@ case $os in -solaris) os=-solaris2 ;; - -unixware* | svr4*) + -svr4*) os=-sysv4 ;; + -unixware*) + os=-sysv4.2uw + ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; |