From: Jim Meyering Date: Tue, 23 Feb 2010 16:54:32 +0000 (+0100) Subject: build: update gnulib submodule to latest X-Git-Tag: v0.7.7~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a97734576309273ea947c9d4e8b868f54fb284;p=thirdparty%2Flibvirt.git 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. --- 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 \