aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1994-10-03 05:48:44 +0000
committerRoland McGrath1994-10-03 05:48:44 +0000
commit5bd7b591ff505d625d597f67c0bf3fa6afe1ddaa (patch)
tree108ae67bff1aaeb5ba230eec3ea73785b48ff73f
parentefcec33fd0f8c018229cf17dcacd5ab7857dcad6 (diff)
downloademacs-5bd7b591ff505d625d597f67c0bf3fa6afe1ddaa.tar.gz
emacs-5bd7b591ff505d625d597f67c0bf3fa6afe1ddaa.zip
Recognize GNU.
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index fc5b336a08c..8358e6dd317 100755
--- a/config.guess
+++ b/config.guess
@@ -253,6 +253,9 @@ EOF
253 *:NetBSD:*:*) 253 *:NetBSD:*:*)
254 echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` 254 echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
255 exit 0 ;; 255 exit 0 ;;
256 *:GNU:*:*)
257 echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
258 exit 0 ;;
256 *:Linux:*:*) 259 *:Linux:*:*)
257 echo ${UNAME_MACHINE}-unknown-linux 260 echo ${UNAME_MACHINE}-unknown-linux
258 exit 0 ;; 261 exit 0 ;;