summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-10-24 22:05:48 +0700
committerGary V. Vaughan <gary@gnu.org>2011-11-17 19:21:45 +0700
commit42c96694c18cec1eefdf622a94fbef3fa3499ea1 (patch)
tree0bb70b114240a05c473c589db84e5bd71d94875e /cfg.mk
parente3a2b48d8eeff1a9f9a17c5121453eca5baa71b1 (diff)
downloadlibtool-42c96694c18cec1eefdf622a94fbef3fa3499ea1.tar.gz
syntax-check: fix violations and re-enable sc_prohibit_undesirable_word_seq.
* cfg.mk (local-checks-to-fix): Remove sc_prohibit_undesirable_word_seq from list of disabled checks. * doc/libtool.texi, build-aux/ltmain.m4sh, libltdl/m4/libtool.m4, libtoolize.m4sh: Replace all uses of "can not" with "cannot". 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 4908ce28..8cb32790 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_undesirable_word_seq \
sc_require_config_h \
sc_require_config_h_first \
sc_space_tab \