summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-03 22:42:41 +0100
committerJim Meyering <meyering@redhat.com>2011-01-03 22:43:04 +0100
commitab9eb0da6e773a528762ce66c69950082fe70ded (patch)
tree4737313b4f9cb1e966d0d29930302a2bb7a58f57
parent37a1000f5dda4f42aa1d626752a2125e0a4187d5 (diff)
downloadgzip-ab9eb0da6e773a528762ce66c69950082fe70ded.tar.gz
maint: avoid failure of new test for bindtextdomain
* cfg.mk (local-checks-to-skip): Add sc_bindtextdomain.
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index b1f18c6..c5f05cb 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -19,6 +19,7 @@ manual_title = gzip: the data compression program
# Tests not to run as part of "make distcheck".
local-checks-to-skip = \
+ sc_bindtextdomain \
sc_error_message_period \
sc_error_message_uppercase \
sc_m4_quote_check \