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 | 45c2d7474281aed38ce299ef158e5598a38b6655 (patch) | |
tree | ed899042d1add63fbbaf45d048b9233c2081e10a /config.guess | |
parent | afc75e7a24c516f6a8395f4d3d746a13c4b13b90 (diff) | |
download | emacs-45c2d7474281aed38ce299ef158e5598a38b6655.tar.gz |
update from main archive 970728libc-970801libc-970731libc-970730libc-970729
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} ;; |