mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-11 13:51:04 +08:00
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:
parent
32fbf346b7
commit
bfa5b3652f
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user