OSDN Git Service

tests: disable new texinfo-acronym syntax-check from gnulib
authorJim Meyering <meyering@redhat.com>
Tue, 30 Mar 2010 10:23:16 +0000 (12:23 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 30 Mar 2010 10:28:19 +0000 (12:28 +0200)
* cfg.mk (local-checks-to-skip): Add new sc_texinfo_acronym, to skip it.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index dc68a03..e303fa5 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -36,7 +36,8 @@ local-checks-to-skip = \
   sc_prohibit_strcmp \
   sc_prohibit_atoi_atof \
   sc_require_test_exit_idiom \
-  sc_space_tab
+  sc_space_tab \
+  sc_texinfo_acronym
 
 # Now that we have better (check.mk) tests, make this the default.
 export VERBOSE = yes