]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
syntax-check: enable sc_prohibit_always_true_header_tests.
authorGary V. Vaughan <gary@gnu.org>
Tue, 25 Oct 2011 09:57:21 +0000 (16:57 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 17 Nov 2011 12:22:36 +0000 (19:22 +0700)
* cfg.mk (local-checks-to-fix): Remove
sc_prohibit_always_true_header_tests from list of disabled
checks, because it no longer flags any violations.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 47b232c374c26a206e9cedbcd5fea0ae4c7f97c4..6a1748c1b81c86d40b2aa134c884303721880c7a 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -39,7 +39,6 @@ VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/
 
 local-checks-to-fix =                          \
        sc_prohibit_always-defined_macros       \
-       sc_prohibit_always_true_header_tests    \
        sc_require_config_h                     \
        sc_require_config_h_first