mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
This commit is contained in:
parent
80dc65a8a0
commit
a9cd64a1be
@ -1,3 +1,7 @@
|
||||
2001-06-25 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
|
||||
|
||||
2001-06-25 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* autoscan.in (%macro): Now maps from word to list of macros.
|
||||
@ -10,7 +14,6 @@
|
||||
* acheaders: Normalize.
|
||||
* acfunctions: Likewise.
|
||||
|
||||
|
||||
2001-06-25 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
|
||||
@ -28,7 +31,7 @@
|
||||
* autoconf.in (Task traces): Separate the error messages from the
|
||||
traces to improve robustness.
|
||||
|
||||
|
||||
|
||||
2001-06-23 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/torture.at (AC_ARG_VAR): Make it a single test instead of
|
||||
|
@ -15,9 +15,9 @@ AT_CHECK([libtoolize --version || exit 77],
|
||||
AT_CHECK([[
|
||||
case `libtoolize --version |
|
||||
sed -n '/^.* \([0-9][0-9.a-z]*\)$/{s//\1/;p;q;}'` in
|
||||
*" "0.* ) exit 77;;
|
||||
*" "1.[012]* ) exit 77;;
|
||||
*" "1.3.[01234]* ) exit 77;;
|
||||
0.* ) exit 77;;
|
||||
1.[012]* ) exit 77;;
|
||||
1.3.[01234]* ) exit 77;;
|
||||
esac]],
|
||||
ignore, ignore, ignore)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user