+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.
* acheaders: Normalize.
* acfunctions: Likewise.
-
2001-06-25 Akim Demaille <akim@epita.fr>
* aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
* 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
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)