From: Jim Meyering Date: Sun, 22 Jul 2012 10:26:26 +0000 (+0200) Subject: maint: avoid new syntax-check failure X-Git-Tag: v2.69b~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32d938eaa7e1cb756997a665cb1669ef6dca3110;p=thirdparty%2Fautoconf.git 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". --- diff --git a/cfg.mk b/cfg.mk index a992abba..4300f04d 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$$