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>
This commit is contained in:
Gary V. Vaughan 2011-10-24 18:20:58 +07:00
parent f7f2fac6b2
commit 9aad3ebb01
2 changed files with 0 additions and 3 deletions

1
cfg.mk
View File

@ -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 \

View File

@ -1,5 +1,3 @@
# $Id$
This directory contains a sample package that demonstrates the use of
GNU Libtool's multi-language support through the use of configuration
tags. It requires GNU autoconf, automake and of course libtool.