Mercurial > emacs
changeset 9246:35a50669a6a9
Recognize GNU.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Mon, 03 Oct 1994 05:48:44 +0000 |
parents | b2440a22efc2 |
children | 729da1317557 |
files | config.guess |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/config.guess Mon Oct 03 01:11:15 1994 +0000 +++ b/config.guess Mon Oct 03 05:48:44 1994 +0000 @@ -253,6 +253,9 @@ *:NetBSD:*:*) echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` exit 0 ;; + *:GNU:*:*) + echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit 0 ;; *:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux exit 0 ;;