Somehow, the adjustment of `mktests.sh' claimed on 2000-10-17 by

myself (`Fix autoupdate...') was not applied.
* tests/mktests.sh (update_exclude_egrep): Add AC_INIT, AC_OUTPUT,
AC_LINK_IFELSE.
This commit is contained in:
Akim Demaille 2000-10-17 09:43:33 +00:00
parent 2d238e3813
commit 7753fa9d46
3 changed files with 16 additions and 14 deletions

View File

@ -1,3 +1,11 @@
2000-10-17 Akim Demaille <akim@epita.fr>
Somehow, the adjustment of `mktests.sh' claimed on 2000-10-17 by
myself (`Fix autoupdate...') was not applied.
* tests/mktests.sh (update_exclude_egrep): Add AC_INIT, AC_OUTPUT,
AC_LINK_IFELSE.
2000-10-17 Akim Demaille <akim@epita.fr>
* acgeneral.m4 (AC_CHECK_PROG, AC_CHECK_PROGS, AC_PATH_PROG)
@ -19,7 +27,7 @@
(_AC_LINK_IFELSE, _AC_RUN_IFELSE): You don't create object files,
so don't remove them.
2000-10-17 Akim Demaille <akim@epita.fr>
* acgeneral.m4 (AC_FATAL): Use _AC_EXPANSION_STACK_DUMP.

View File

@ -150,8 +150,11 @@ mv syntax.tm4 syntax.m4
# update_exclude_list
# -------------------
# AC_LANG_RESTORE alone cannot be used.
update_exclude_list='^AC_LANG_RESTORE$'
# AC_LINK_FILES needs argument and is tested elsewhere.
# AC_INIT and AC_OUTPUT are already in `configure.in'.
update_exclude_list='^AC_LANG_RESTORE$
^AC_LINK_FILES$
^AC_(INIT|OUTPUT)$'
# syntax_exclude_egrep --
# Build a single egrep pattern out of filter_macros_list.
@ -164,13 +167,10 @@ update_exclude_egrep=`echo "$update_exclude_list" | tr '
sed 's/^ *//' >update.tm4 <<MK_EOF
# Generated by mktests.sh, do not edit by hand. -*- autoconf -*-
cat <<\EOF
cat <<EOF
Checking that autoupdated configure.in are sane.
Four of these tests will fail, we know that, and we are working on it.
Please, don\'t consider them.
EOF

View File

@ -1,12 +1,9 @@
# Generated by mktests.sh, do not edit by hand. -*- autoconf -*-
cat <<\EOF
cat <<EOF
Checking that autoupdated configure.in are sane.
Four of these tests will fail, we know that, and we are working on it.
Please, don\'t consider them.
EOF
@ -23,18 +20,15 @@ AT_CHECK_UPDATE([AC_ENABLE])
AT_CHECK_UPDATE([AC_F77_NAME_MANGLING])
AT_CHECK_UPDATE([AC_HAVE_LIBRARY])
AT_CHECK_UPDATE([AC_HAVE_POUNDBANG])
AT_CHECK_UPDATE([AC_INIT])
AT_CHECK_UPDATE([AC_INT_16_BITS])
AT_CHECK_UPDATE([AC_IRIX_SUN])
AT_CHECK_UPDATE([AC_LANG_C])
AT_CHECK_UPDATE([AC_LANG_CPLUSPLUS])
AT_CHECK_UPDATE([AC_LANG_FORTRAN77])
AT_CHECK_UPDATE([AC_LANG_SAVE])
AT_CHECK_UPDATE([AC_LINK_FILES])
AT_CHECK_UPDATE([AC_LONG_64_BITS])
AT_CHECK_UPDATE([AC_MEMORY_H])
AT_CHECK_UPDATE([AC_MINGW32])
AT_CHECK_UPDATE([AC_OUTPUT])
AT_CHECK_UPDATE([AC_OUTPUT_COMMANDS])
AT_CHECK_UPDATE([AC_RSH])
AT_CHECK_UPDATE([AC_SCO_INTL])