From: Akim Demaille Date: Tue, 17 Oct 2000 09:43:33 +0000 (+0000) Subject: Somehow, the adjustment of `mktests.sh' claimed on 2000-10-17 by X-Git-Tag: autoconf-2.50~563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7753fa9d46020eb0cfa8fc030372b8182940b0de;p=thirdparty%2Fautoconf.git 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. --- diff --git a/ChangeLog b/ChangeLog index 370e309a2..1b3312c85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-10-17 Akim Demaille + + 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 * 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 * acgeneral.m4 (AC_FATAL): Use _AC_EXPANSION_STACK_DUMP. diff --git a/tests/mktests.sh b/tests/mktests.sh index 35f867722..26aafc90d 100755 --- a/tests/mktests.sh +++ b/tests/mktests.sh @@ -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 <