* tests/foreign.at (Autoconf & Libtool): Ignore Libtool version

1.3.[0-5].
* tests/compile.at (GNU Fortran 77): Use AS_EXIT.
This commit is contained in:
Akim Demaille 2000-12-20 13:48:07 +00:00
parent be42075f17
commit aeaf765c48
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -134,4 +134,4 @@ else
test "$G77" = yes &&
AC_MSG_ERROR([incorrectly recognized a GNU Fortran 77 compiler])
fi
exit 0]])
AS_EXIT(0)]])

View File

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