]> xenbits.xensource.com Git - libvirt.git/commitdiff
skip some of gnulib's new rules
authorJim Meyering <meyering@redhat.com>
Mon, 6 Jul 2009 17:17:06 +0000 (19:17 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 8 Jul 2009 14:17:51 +0000 (16:17 +0200)
* cfg.mk (local-checks-to-skip): Add these: sc_error_message_uppercase,
sc_program_name, sc_require_test_exit_idiom, sc_makefile_check.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 3c9feb6fee8ff543f6ae458e6e608d1b373eea35..35bedd1d4f4395391d022e5d88d522b471f72c62 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -52,6 +52,10 @@ local-checks-to-skip =                       \
   sc_system_h_headers                  \
   sc_tight_scope                       \
   sc_two_space_separator_in_usage      \
+  sc_error_message_uppercase           \
+  sc_program_name                      \
+  sc_require_test_exit_idiom           \
+  sc_makefile_check                    \
   sc_useless_cpp_parens
 
 useless_free_options =         \