summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-07-22 12:26:26 +0200
committerJim Meyering <meyering@redhat.com>2012-07-22 12:26:26 +0200
commit32d938eaa7e1cb756997a665cb1669ef6dca3110 (patch)
tree9698ab95c9c2a0b1fe9ac9b6abcc426a8f043cd2 /cfg.mk
parente56b990931eebf49c7b67d38259f2c4d0fbacc6f (diff)
downloadautoconf-32d938eaa7e1cb756997a665cb1669ef6dca3110.tar.gz
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".
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 2 insertions, 0 deletions
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$$