From: Akim Demaille Date: Thu, 4 Sep 2003 14:33:03 +0000 (+0000) Subject: * tests/mktests.sh (ac_exclude_list): Fix the filtering of X-Git-Tag: AUTOCONF-2.57c~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb3cbd9a6fc29f440b9c78fff141dc4cbc036ea;p=thirdparty%2Fautoconf.git * tests/mktests.sh (ac_exclude_list): Fix the filtering of AC_FUNC_WAIT3. --- diff --git a/ChangeLog b/ChangeLog index ea5a47e8..75fc4e33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-04 Akim Demaille + + * tests/mktests.sh (ac_exclude_list): Fix the filtering of + AC_FUNC_WAIT3. + 2003-09-04 Akim Demaille * bin/autom4te.in: Use &fatal where more appropriate than &error. diff --git a/tests/acfunctions.at b/tests/acfunctions.at index f5cfb276..c02b2cf6 100644 --- a/tests/acfunctions.at +++ b/tests/acfunctions.at @@ -31,6 +31,5 @@ AT_CHECK_MACRO([AC_FUNC_STRNLEN]) AT_CHECK_MACRO([AC_FUNC_STRTOD]) AT_CHECK_MACRO([AC_FUNC_UTIME_NULL]) AT_CHECK_MACRO([AC_FUNC_VPRINTF]) -AT_CHECK_MACRO([AC_FUNC_WAIT3]) # Obsolete macros. diff --git a/tests/mktests.sh b/tests/mktests.sh index 9176f13c..2e6908e6 100755 --- a/tests/mktests.sh +++ b/tests/mktests.sh @@ -132,7 +132,7 @@ ac_exclude_list='^AC_ARG_VAR$ ^AC_CONFIG ^AC_(F77|FC)_FUNC$ ^AC_FD_CC$ -^AC_(FUNC_GETLOADAVG|REPLACE_FNMATCH|FUNC_FNMATCH_GNU|WAIT3)$ +^AC_FUNC_(GETLOADAVG|FNMATCH_GNU|WAIT3)$ ^AC_INIT ^AC_LANG ^AC_LINKER_OPTION$ @@ -140,7 +140,7 @@ ac_exclude_list='^AC_ARG_VAR$ ^AC_LIST_MEMBER_OF$ ^AC_OUTPUT$ ^AC_PATH_(TOOL|PROG)S?$ -^AC_REPLACE_FUNCS$ +^AC_REPLACE_(FNMATCH|FUNCS)$ ^AC_SEARCH_LIBS$ ^(AC_TRY.*|AC_RUN_LOG)$ ^AC_.*_IFELSE$