mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
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>
This commit is contained in:
parent
e3a2b48d8e
commit
42c96694c1
1
cfg.mk
1
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 \
|
||||
|
4
m4/libtool.m4
vendored
4
m4/libtool.m4
vendored
@ -5539,7 +5539,7 @@ _LT_EOF
|
||||
;;
|
||||
|
||||
sysv5* | sco3.2v5* | sco5v6*)
|
||||
# Note: We can NOT use -z defs as we might desire, because we do not
|
||||
# Note: We CANNOT use -z defs as we might desire, because we do not
|
||||
# link with -lc, and that would cause any symbols used from libc to
|
||||
# always be unresolved, which means just about no library would
|
||||
# ever link correctly. If we're not using GNU ld we use -z text
|
||||
@ -6791,7 +6791,7 @@ if test "$_lt_caught_CXX_error" != yes; then
|
||||
;;
|
||||
|
||||
sysv5* | sco3.2v5* | sco5v6*)
|
||||
# Note: We can NOT use -z defs as we might desire, because we do not
|
||||
# Note: We CANNOT use -z defs as we might desire, because we do not
|
||||
# link with -lc, and that would cause any symbols used from libc to
|
||||
# always be unresolved, which means just about no library would
|
||||
# ever link correctly. If we're not using GNU ld we use -z text
|
||||
|
Loading…
Reference in New Issue
Block a user