summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-10-24 21:51:24 +0700
committerGary V. Vaughan <gary@gnu.org>2011-11-17 19:21:43 +0700
commite3a2b48d8eeff1a9f9a17c5121453eca5baa71b1 (patch)
tree9bc29f3cf5dd9a27e8a6bb755875794ad5aaa579
parent2c0e68f058ebc36df0f581ab1232ac702f7e5a7a (diff)
downloadlibtool-e3a2b48d8eeff1a9f9a17c5121453eca5baa71b1.tar.gz
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 <gary@gnu.org>
-rw-r--r--cfg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index fba8f246..4908ce28 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$$