diff options
author | Ian Lance Taylor <ian@cygnus.com> | 1996-01-31 19:10:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@cygnus.com> | 1996-01-31 19:10:52 +0000 |
commit | b23b4412510d9b7cc0f27543d65b190ccab2d2dc (patch) | |
tree | 576ca1e21af32ccd96a6261696d7e5cdce7d2ed2 | |
parent | 7f8554bd04f74099a84ef56160f1653671dfa8ff (diff) | |
download | emacs-b23b4412510d9b7cc0f27543d65b190ccab2d2dc.tar.gz |
Recognize A/UX
-rwxr-xr-x | config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 2532999b835..af106b2f8a1 100755 --- a/config.guess +++ b/config.guess @@ -1,6 +1,6 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -434,6 +434,9 @@ EOF echo ns32k-sni-sysv fi exit 0 ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 |