maint: avoid failure of new test for bindtextdomain
authorJim Meyering <meyering@redhat.com>
Mon, 3 Jan 2011 21:42:41 +0000 (22:42 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 3 Jan 2011 21:43:04 +0000 (22:43 +0100)
* cfg.mk (local-checks-to-skip): Add sc_bindtextdomain.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index b1f18c60578b73902e01f0cda7f3a890b0a17066..c5f05cbdc03c67f4ce5e2cab7ccff9469d7569f2 100644 (file)
--- 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            \