]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
syntax-check: fix violations and re-enable sc_prohibit_cvs_keyword.
authorGary V. Vaughan <gary@gnu.org>
Mon, 24 Oct 2011 11:20:58 +0000 (18:20 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 17 Nov 2011 12:20:25 +0000 (19:20 +0700)
* 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>
cfg.mk
tests/tagdemo/README

diff --git a/cfg.mk b/cfg.mk
index 6cbde7b9b30268839deb22cac7bb48ef7c0f3584..f549ba3d4dc4cc8a41250fed4720468740e4fc40 100644 (file)
--- 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               \
index 33690e3f3d59433454d334a8840f0ed811936da2..b82576d35bb3e6e6e180a39324fbb30b90f72ac7 100644 (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.