summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2013-08-23 11:12:57 +0700
committerGary V. Vaughan <gary@gnu.org>2013-08-23 11:12:57 +0700
commite87a65fa0cc132dd195e0c42f110f8e9b49638e1 (patch)
treeb685208b9269bfa975bd61151832914744340bd9 /cfg.mk
parent5151a7a167ef9c4afc259a843f1aa39063d36f91 (diff)
downloadlibtool-e87a65fa0cc132dd195e0c42f110f8e9b49638e1.tar.gz
maint: correct many abuses of the word "which".
* HACKING, NEWS, TODO, bootstrap, bootstrap.conf, build-aux/ltmain.in, cfg.mk, configure.ac, doc/libtool.texi, doc/notes.texi, gl/build-aux/bootstrap.in, gl/build-aux/extract-trace, gl/build-aux/funclib.sh, gl/doc/bootstrap.texi, libltdl/libltdl/lt_system.h, libltdl/loaders/loadlibrary.c, libltdl/lt__strl.c, libltdl/lt_dlloader.c, libltdl/ltdl.c, libtoolize.in, m4/libtool.m4, m4/ltdl.m4, m4/ltsugar.m4, m4/lt~obsolete.m4, tests/exceptions.at, tests/need_lib_prefix.at, tests/static.at: Use "which" correctly, or replace with "that", "where" or "what" as appropriate. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 79ebe611..652b821c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -55,10 +55,10 @@ local-checks-to-skip = \
# GPL_version: checks for GPLv3, which we don't use
# cast_of_x_alloc_return_value:
-# We support C++ compilation which does require casting here.
+# We support C++ compilation, which does require casting here.
# 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.
+# 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.