]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
AC_PROG_CC_C89, AC_PROG_CC_C99: Use AU_DEFUN
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Oct 2012 22:28:24 +0000 (15:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Oct 2012 22:29:05 +0000 (15:29 -0700)
* tests/mktests.sh (au_exclude_list): Exclude AC_PROG_CC_C89
and AC_PROG_CC_C99 too.  Suggested by Adrian Bunk.

tests/mktests.sh

index 41058e2b08154680eb55e8e086365cde5120cac2..13830f071ec7d8b5d5b999d7e34100f03700a4e1 100755 (executable)
@@ -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}