From eeb3cbd9a6fc29f440b9c78fff141dc4cbc036ea Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 4 Sep 2003 14:33:03 +0000 Subject: [PATCH] * tests/mktests.sh (ac_exclude_list): Fix the filtering of AC_FUNC_WAIT3. --- ChangeLog | 5 +++++ tests/acfunctions.at | 1 - tests/mktests.sh | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) 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$ -- 2.47.2