diff options
| author | Charles Hannum | 1994-08-24 04:23:07 +0000 |
|---|---|---|
| committer | Charles Hannum | 1994-08-24 04:23:07 +0000 |
| commit | ca2c3f398d39fc51d553421e1eab1b59336fe933 (patch) | |
| tree | 5f4503847a3a7b18c6318f9a2b01be2762a39db5 | |
| parent | 73e98e589b9f1ee012fc6b9f0aef783418f90bde (diff) | |
| download | emacs-ca2c3f398d39fc51d553421e1eab1b59336fe933.tar.gz emacs-ca2c3f398d39fc51d553421e1eab1b59336fe933.zip | |
*** empty log message ***
| -rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 529e53fedc4..665ced20bb6 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -39,7 +39,7 @@ trap 'rm -f dummy.c dummy.o dummy; exit 1' 1 2 15 | |||
| 39 | 39 | ||
| 40 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in | 40 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in |
| 41 | *:NetBSD:*:*) | 41 | *:NetBSD:*:*) |
| 42 | echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/-.*//'` | 42 | echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` |
| 43 | exit 0 ;; | 43 | exit 0 ;; |
| 44 | alpha:OSF1:1.*:*) | 44 | alpha:OSF1:1.*:*) |
| 45 | # 1.2 uses "1.2" for uname -r. | 45 | # 1.2 uses "1.2" for uname -r. |