This looks like a relict from the previous AC_PROG_CC_STDC
deprecation.

* tests/mktests.sh: remove AC_PROG_CC_STDC from au_exclude_list
---
 tests/mktests.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/mktests.sh b/tests/mktests.sh
index 41058e2..0f68ff7 100755
--- a/tests/mktests.sh
+++ b/tests/mktests.sh
@@ -151,7 +151,7 @@ ac_exclude_script="$exclude_list $ac_exclude_list {print}"
 # Check all AU_DEFUN'ed macros with AT_CHECK_AU_MACRO, except these.
 au_exclude_list='
        # Empty.
-       /^AC_(C_CROSS|PROG_CC_STDC)$/ {next}
+       /^AC_C_CROSS$/ {next}
 
        # Use AC_REQUIRE.
        /^AC_(CYGWIN|MINGW32|EMXOS2)$/ {next}
-- 
1.7.10.4


Reply via email to