Jim Meyering wrote: > FYI, > > With the passage of the new year, "make syntax-check" was > failing (as designed), so I've updated copyright year ranges. > Updated gnulib at the same time. > > build: update gnulib submodule to latest > maint: update copyright year ranges to include 2011
Actually, I included one more change, to disable this new (failing) test from gnulib: >From ab9eb0da6e773a528762ce66c69950082fe70ded Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Mon, 3 Jan 2011 22:42:41 +0100 Subject: [PATCH] maint: avoid failure of new test for bindtextdomain * cfg.mk (local-checks-to-skip): Add sc_bindtextdomain. --- cfg.mk | 1 + 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 \ -- 1.7.3.4
