From: Akim Demaille Date: Wed, 20 Dec 2000 13:48:07 +0000 (+0000) Subject: * tests/foreign.at (Autoconf & Libtool): Ignore Libtool version X-Git-Tag: autoconf-2.50~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeaf765c48667413fc305504af281c552212a7b6;p=thirdparty%2Fautoconf.git * tests/foreign.at (Autoconf & Libtool): Ignore Libtool version 1.3.[0-5]. * tests/compile.at (GNU Fortran 77): Use AS_EXIT. --- diff --git a/ChangeLog b/ChangeLog index c47dcc6b3..bac6a5f73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-12-20 Akim Demaille + + * 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 * tests/atgeneral.m4 (AT_CLEANUP_FILE_IFELSE): Fix the regexp: the diff --git a/tests/compile.at b/tests/compile.at index 8b377f7ae..0adda3c99 100644 --- a/tests/compile.at +++ b/tests/compile.at @@ -134,4 +134,4 @@ else test "$G77" = yes && AC_MSG_ERROR([incorrectly recognized a GNU Fortran 77 compiler]) fi -exit 0]]) +AS_EXIT(0)]]) diff --git a/tests/foreign.at b/tests/foreign.at index 433dd85de..0f077ea9a 100644 --- a/tests/foreign.at +++ b/tests/foreign.at @@ -9,7 +9,11 @@ AT_BANNER([Compatibility with other tools.]) 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],