Discussion:
[SCM] GNU Autoconf source repository branch, master, updated. v2.69-39-gbfa5b36
Paul Eggert
2012-10-24 22:29:53 UTC
Permalink
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=bfa5b3652fc4b90ee8dde3714c69e27b997d62d1

The branch, master has been updated
via bfa5b3652fc4b90ee8dde3714c69e27b997d62d1 (commit)
from 32fbf346b74516d709d6f9bebc662fe4b3599ba5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bfa5b3652fc4b90ee8dde3714c69e27b997d62d1
Author: Paul Eggert <***@cs.ucla.edu>
Date: Wed Oct 24 15:28:24 2012 -0700

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.

-----------------------------------------------------------------------

Summary of changes:
tests/mktests.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/mktests.sh b/tests/mktests.sh
index 41058e2..13830f0 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}


hooks/post-receive
--
GNU Autoconf source repository
Loading...