summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-03-31 13:56:18 +0200
committerSimon Josefsson <simon@josefsson.org>2010-03-31 13:56:18 +0200
commitdea2ff7150f00f8d182f61342747e993759cc247 (patch)
tree7f92a19c55d6ee3ef9db85c1f7cc0ebc30e85a96 /cfg.mk
parent1dc13a02db8fc7efe58a4d717d9ace0b2ec449a4 (diff)
downloadgnutls-dea2ff7150f00f8d182f61342747e993759cc247.tar.gz
Update gnulib files. Fix syntax-check warnings.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index f1cc04d458..7b6c9b2ec3 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -35,7 +35,9 @@ PO_DOMAIN := libgnutls
local-checks-to-skip = sc_prohibit_strcmp sc_prohibit_atoi_atof \
sc_error_message_uppercase sc_prohibit_have_config_h \
sc_require_config_h sc_require_config_h_first \
- sc_trailing_blank sc_unmarked_diagnostics sc_immutable_NEWS
+ sc_trailing_blank sc_unmarked_diagnostics sc_immutable_NEWS \
+ sc_prohibit_magic_number_exit sc_texinfo_acronym
+VC_LIST_ALWAYS_EXCLUDE_REGEX = ^((lib/|libextra/)?(gl|build-aux))/.*
autoreconf:
for f in $(PODIR)/*.po.in; do \