mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
1999-09-17 Erez Zadok <ezk@cs.columbia.edu>
* config.guess: Eliminate the trailing dot if ${UNAME_RELEASE} is 1.4-<SOMETHING>. Fix for autoconf/22.
This commit is contained in:
parent
26d35b5f5a
commit
c9457df95e
@ -1,3 +1,8 @@
|
||||
1999-09-17 Erez Zadok <ezk@cs.columbia.edu>
|
||||
|
||||
* config.guess: Eliminate the trailing dot if ${UNAME_RELEASE} is
|
||||
1.4-<SOMETHING>. Fix for autoconf/22.
|
||||
|
||||
1999-09-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||
|
||||
Fix for autoconf/28.
|
||||
|
2
config.guess
vendored
2
config.guess
vendored
@ -591,7 +591,7 @@ EOF
|
||||
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
|
||||
exit 0 ;;
|
||||
*:NetBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
|
||||
echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
|
||||
exit 0 ;;
|
||||
*:OpenBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
|
||||
|
Loading…
Reference in New Issue
Block a user