From bfa5b3652fc4b90ee8dde3714c69e27b997d62d1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 24 Oct 2012 15:28:24 -0700 Subject: [PATCH] AC_PROG_CC_C89, AC_PROG_CC_C99: Use AU_DEFUN * tests/mktests.sh (au_exclude_list): Exclude AC_PROG_CC_C89 and AC_PROG_CC_C99 too. Suggested by Adrian Bunk. --- tests/mktests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mktests.sh b/tests/mktests.sh index 41058e2b0..13830f071 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|PROG_CC_(C[89]9|STDC))$/ {next} # Use AC_REQUIRE. /^AC_(CYGWIN|MINGW32|EMXOS2)$/ {next} -- 2.47.3