diff options
author | Per Bothner <bothner@cygnus.com> | 1997-05-05 22:04:41 +0000 |
---|---|---|
committer | Per Bothner <bothner@cygnus.com> | 1997-05-05 22:04:41 +0000 |
commit | 79d0f4dae1e57fef002a869918772157fb8a85d8 (patch) | |
tree | c5c42cfe63416878706778b039005935d9296faa /config.guess | |
parent | 21540597261482d053d9e43271f9a7a1132657a9 (diff) | |
download | emacs-79d0f4dae1e57fef002a869918772157fb8a85d8.tar.gz |
CLIX patch from Thomas Dickey via urs@akk.uni-karlsruhe.de (Urs Janssen).
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index b6f37c9919e..bfd352355e1 100755 --- a/config.guess +++ b/config.guess @@ -168,6 +168,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit 0 ;; + 2020:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit 0 ;; mips:*:*:UMIPS | mips:*:*:RISCos) sed 's/^ //' << EOF >dummy.c int main (argc, argv) int argc; char **argv; { |