[SCM] GNU Autoconf source repository branch, master, updated. v2.69-16-g32d938e

"Jim Meyering" <[email protected]> Mon, 23 Jul 2012 13:30:55 +0000
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
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=32d938eaa7e1cb756997a665cb1669ef6dca3110

The branch, master has been updated
       via  32d938eaa7e1cb756997a665cb1669ef6dca3110 (commit)
      from  e56b990931eebf49c7b67d38259f2c4d0fbacc6f (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 32d938eaa7e1cb756997a665cb1669ef6dca3110
Author: Jim Meyering <[email protected]>
Date:   Sun Jul 22 12:26:26 2012 +0200

    maint: avoid new syntax-check failure
    
    * cfg.mk (exclude_file_name_regexp--sc_prohibit_defined_have_decl_tests):
    Exempt autoconf.texi's test of "#if defined HAVE_DECL_MALLOC".

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

Summary of changes:
 cfg.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index a992abb..4300f04 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -137,3 +137,5 @@ exclude_file_name_regexp--sc_useless_cpp_parens = \
 exclude_file_name_regexp--sc_trailing_blank = ^build-aux/texinfo\.tex$$
 exclude_file_name_regexp--sc_two_space_separator_in_usage = \
   ^build-aux/gnupload$$
+exclude_file_name_regexp--sc_prohibit_defined_have_decl_tests = \
+  ^doc/autoconf\.texi$$


hooks/post-receive
-- 
GNU Autoconf source repository