summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-09-16 17:02:22 +0700
committerGary V. Vaughan <gary@gnu.org>2012-09-16 17:52:16 +0700
commit07316202db83c1730ee682115ba92dab1950da80 (patch)
treed8fe220b1dee82ccb33e002d0358a40a71d86a0b
parent6370af6d4abaa9aa9d03984248229f1b8d143d52 (diff)
downloadlibtool-07316202db83c1730ee682115ba92dab1950da80.tar.gz
syntax-check: skip prohibit_always_true_header_tests rule.
* cfg.mk (local-checks-to-skip): Add sc_prohibit_always_true_header_tests. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r--cfg.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index ef05440f..e80b1f6c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -48,6 +48,7 @@ local-checks-to-skip = \
sc_GPL_version \
sc_cast_of_x_alloc_return_value \
sc_prohibit_always-defined_macros \
+ sc_prohibit_always_true_header_tests \
sc_trailing_blank \
sc_unmarked_diagnostics
@@ -57,6 +58,9 @@ local-checks-to-skip = \
# prohibit_always-defined_macros:
# we have our own argz and dirent, which use the same macros but
# which are not always-defined in our case.
+# prohibit_always_true_header_tests:
+# we have our own argz and dirent, which are not *always* true,
+# so the guards cannot be removed in our case.
# trailing_blank: flags valid rfc3676 separators
# unmarked_diagnostics: libtool isn't internationalized