[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] don't exclude AC_PROG_CC_STDC from "make check"
From: |
Adrian Bunk |
Subject: |
[PATCH] don't exclude AC_PROG_CC_STDC from "make check" |
Date: |
Tue, 25 Sep 2012 15:25:14 +0300 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] don't exclude AC_PROG_CC_STDC from "make check",
Adrian Bunk <=