summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-10-24 18:20:58 +0700
committerGary V. Vaughan <gary@gnu.org>2011-11-17 19:20:25 +0700
commit9aad3ebb014fa00c7361c4e9f60926bc08fdd62a (patch)
tree3740b03def86a96e67ee1bff67fd573540b7b466 /cfg.mk
parentf7f2fac6b265a31d4ba498644a8ce3104ed68fde (diff)
downloadlibtool-9aad3ebb014fa00c7361c4e9f60926bc08fdd62a.tar.gz
syntax-check: fix violations and re-enable sc_prohibit_cvs_keyword.
* cfg.mk (local-checks-to-fix): Remove sc_prohibit_cvs_keyword from list of disabled checks. * tests/tagdemo/README: Remove spurious CVS keyword. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 6cbde7b9..f549ba3d 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_cvs_keyword \
sc_prohibit_doubled_word \
sc_prohibit_empty_lines_at_EOF \
sc_prohibit_have_config_h \