From: Gary V. Vaughan Date: Mon, 24 Oct 2011 14:51:24 +0000 (+0700) Subject: syntax-check: fix violations and re-enable sc_probibit_test_minus_ao. X-Git-Tag: v2.4.2.418~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a2b48d8eeff1a9f9a17c5121453eca5baa71b1;p=thirdparty%2Flibtool.git syntax-check: fix violations and re-enable sc_probibit_test_minus_ao. * cfg.mk (local-checks-to-fix): Remove sc_probhibit_test_minus_ao from list of disabled checks. (exclude_file_name_regexp--sc_prohibit_tests_minus_ao): The matches from this syntax-check in libtool.m4 are all bogus. Signed-off-by: Gary V. Vaughan --- diff --git a/cfg.mk b/cfg.mk index fba8f2463..4908ce28f 100644 --- a/cfg.mk +++ b/cfg.mk @@ -40,7 +40,6 @@ VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/ local-checks-to-fix = \ sc_prohibit_always-defined_macros \ sc_prohibit_always_true_header_tests \ - sc_prohibit_test_minus_ao \ sc_prohibit_undesirable_word_seq \ sc_require_config_h \ sc_require_config_h_first \ @@ -68,3 +67,5 @@ exclude_file_name_regexp--sc_error_message_uppercase = \ ^$(_build-aux)/cvsu$$ exclude_file_name_regexp--sc_prohibit_strcmp = \ ^(doc/libtool.texi|tests/.*demo/.*\.c)$$ +exclude_file_name_regexp--sc_prohibit_test_minus_ao = \ + ^m4/libtool.m4$$