]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/mktests.sh (ac_exclude_list): Fix the filtering of
authorAkim Demaille <akim@epita.fr>
Thu, 4 Sep 2003 14:33:03 +0000 (14:33 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 4 Sep 2003 14:33:03 +0000 (14:33 +0000)
AC_FUNC_WAIT3.

ChangeLog
tests/acfunctions.at
tests/mktests.sh

index ea5a47e89574dd84691299bca1e77d977050cfe2..75fc4e33e5e62f3244ec2bbff683869af4285585 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-04  Akim Demaille  <akim@epita.fr>
+
+       * tests/mktests.sh (ac_exclude_list): Fix the filtering of
+       AC_FUNC_WAIT3.
+
 2003-09-04  Akim Demaille  <akim@epita.fr>
 
        * bin/autom4te.in: Use &fatal where more appropriate than &error.
index f5cfb2765b4388aed0cdca1ec721fc1bc3fd9405..c02b2cf6db4d85bd137da9c2525fb67cdb40ef96 100644 (file)
@@ -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.
index 9176f13c7aaa4e4ac3a4bc52898e5079af5ba25c..2e6908e6b3966ef1d52d42a14e2136f812218528 100755 (executable)
@@ -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$