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.
This commit is contained in:
Paul Eggert 2012-10-24 15:28:24 -07:00
parent 32fbf346b7
commit bfa5b3652f

View File

@ -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}