diff options
author | Richard Kenner <kenner@gnu.org> | 1995-01-28 02:28:46 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1995-01-28 02:28:46 +0000 |
commit | c7ee62805e866375ea777ee9946a810cbf04b0aa (patch) | |
tree | aedd59e8ea878a604c7ecdb4e84910054daf23f9 /config.sub | |
parent | e32cddd9466f027be58389c976ff37295f893425 (diff) | |
download | emacs-c7ee62805e866375ea777ee9946a810cbf04b0aa.tar.gz |
(unixware, svr4): Treat as synonyms for sysv4.
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 35c9d746902..fac9f675fcb 100755 --- a/config.sub +++ b/config.sub @@ -1,6 +1,6 @@ #!/bin/sh # Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. @@ -586,6 +586,9 @@ case $os in -solaris) os=-solaris2 ;; + -unixware* | svr4*) + os=-sysv4 + ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux|'` ;; |