diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-07-28 23:37:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-07-28 23:37:45 +0000 |
commit | 24902ecd1df6942fb600a5795719b9a92a2e6c00 (patch) | |
tree | b1f2f6674d298ef54412c479949ce622d3b2aea3 /config.guess | |
parent | dc3fc797183800d5ccbe261dc6bf2ef96244af0f (diff) | |
download | emacs-24902ecd1df6942fb600a5795719b9a92a2e6c00.tar.gz |
update from main archive 970728
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 81b905ac82a..ee2742b9e0a 100755 --- a/config.guess +++ b/config.guess @@ -160,7 +160,7 @@ EOF sun*:*:4.2BSD:*) UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 - case "`/bin/arch" in + case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; |