From d2a97734576309273ea947c9d4e8b868f54fb284 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 23 Feb 2010 17:54:32 +0100 Subject: [PATCH] build: update gnulib submodule to latest * cfg.mk (local-checks-to-skip): Disable sc_prohibit_hash_without_use for now, since it fails with a false-positive match. --- .gnulib | 2 +- cfg.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gnulib b/.gnulib index 11fbc57405..2709233ead 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit 11fbc57405a118e6ec9a3ebc19bbf5ececdae4d6 +Subproject commit 2709233ead439b582d82af48bd25e709378cda44 diff --git a/cfg.mk b/cfg.mk index 5013e4b179..17bb3419fb 100644 --- a/cfg.mk +++ b/cfg.mk @@ -42,6 +42,7 @@ local-checks-to-skip = \ sc_obsolete_symbols \ sc_prohibit_S_IS_definition \ sc_prohibit_atoi_atof \ + sc_prohibit_hash_without_use \ sc_prohibit_jm_in_m4 \ sc_prohibit_quote_without_use \ sc_prohibit_quotearg_without_use \