From: Jim Meyering Date: Mon, 3 Jan 2011 21:42:41 +0000 (+0100) Subject: maint: avoid failure of new test for bindtextdomain X-Git-Tag: v1.5~50 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ab9eb0da6e773a528762ce66c69950082fe70ded;p=debian%2Fgzip maint: avoid failure of new test for bindtextdomain * cfg.mk (local-checks-to-skip): Add sc_bindtextdomain. --- 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 \