From e3a2b48d8eeff1a9f9a17c5121453eca5baa71b1 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 24 Oct 2011 21:51:24 +0700 Subject: [PATCH] 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 --- cfg.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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$$ -- 2.47.2