diff options
author | Jim Meyering <meyering@redhat.com> | 2011-08-02 14:21:09 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-08-02 17:47:15 +0200 |
commit | 76833d687cb435f98a1fd664f04caf19894b8147 (patch) | |
tree | d1e92940a77df65c43060d93160ac2c20d267f00 | |
parent | 88f4b13dde60aac095299f15fd7b2f85e949577d (diff) | |
download | idutils-76833d687cb435f98a1fd664f04caf19894b8147.tar.gz idutils-76833d687cb435f98a1fd664f04caf19894b8147.tar.bz2 idutils-76833d687cb435f98a1fd664f04caf19894b8147.zip |
build: update gnulib submodule to latest
* cfg.mk (local-checks-to-skip): Add sc_prohibit_path_max_allocation
to the list of skipped syntax-check rules. This is temporary.
-rw-r--r-- | cfg.mk | 3 | ||||
m--------- | gnulib | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ manual_title = GNU idutils: ID database utilities local-checks-to-skip = \ sc_bindtextdomain \ sc_changelog \ - sc_prohibit_atoi_atof + sc_prohibit_atoi_atof \ + sc_prohibit_path_max_allocation old_NEWS_hash = 7c42fc431cadd9164dde6f9a7113b920 diff --git a/gnulib b/gnulib -Subproject 9d196fad055a448c5732a8e950cc044b353d261 +Subproject c596dce2525adef145e3ec2e1d3c89dc044ac8e |