* tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.

This commit is contained in:
Akim Demaille 2001-06-25 11:57:14 +00:00
parent 80dc65a8a0
commit a9cd64a1be
2 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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)