+2000-12-20 Akim Demaille <akim@epita.fr>
+
+ * tests/foreign.at (Autoconf & Libtool): Ignore Libtool version
+ 1.3.[0-5].
+ * tests/compile.at (GNU Fortran 77): Use AS_EXIT.
+
2000-12-20 Akim Demaille <akim@epita.fr>
* tests/atgeneral.m4 (AT_CLEANUP_FILE_IFELSE): Fix the regexp: the
AT_SETUP([[Autoconf & Libtool]])
# Skip this test if there is no libtoolize.
-AT_CHECK([libtoolize --version || exit 77], 0, ignore, ignore)
+AT_CHECK([libtoolize --version || exit 77],
+ ignore, ignore, ignore)
+# CVS Autoconf does not work with Libtool 1.3.5.
+AT_CHECK([[libtoolize --version | grep '1.3.[012345]' && exit 77]],
+ ignore, ignore, ignore)
# Using a configure.in, have libtoolize confess where libtool.m4 is.
AT_DATA([configure.in],