summaryrefslogtreecommitdiff
path: root/m4/ax_define_sub_path.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-07-17 17:39:49 +0200
committerPeter Simons <simons@cryp.to>2011-07-17 17:48:52 +0200
commit756c399edef5a71f73f05b61cefde0ba4842e6c5 (patch)
treeb52a0e1cd1a85aad93a947c08078322a4ce0eb3d /m4/ax_define_sub_path.m4
parent787ae2d35c7bf6b6a52a802a281b9f347137b551 (diff)
downloadautoconf-archive-756c399edef5a71f73f05b61cefde0ba4842e6c5.tar.gz
Fixed minor spelling errors detected by gnulib's QA module.v2011.07.17
Diffstat (limited to 'm4/ax_define_sub_path.m4')
-rw-r--r--m4/ax_define_sub_path.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_define_sub_path.m4 b/m4/ax_define_sub_path.m4
index b9ca279..3ca5c15 100644
--- a/m4/ax_define_sub_path.m4
+++ b/m4/ax_define_sub_path.m4
@@ -11,8 +11,8 @@
# Look at varname and detect the subpath that it contains relative to
# $prefix/$exec_prefix. If the path is indeed relative to
# $prefix/$exec_prefix, then a single "./" (dotslash) is prepended,
-# otherwise it can be seen as an absolute path that can not be moved,
-# which you possibly do for "/etc" files, or even those ending up in
+# otherwise it can be seen as an absolute path that cannot be moved, which
+# you possibly do for "/etc" files, or even those ending up in
# "/lib/modules" or "/winnt/system".
#
# This macro is not very intelligent, it's just a first try in this
@@ -79,7 +79,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 7
+#serial 8
AU_ALIAS([AC_DEFINE_SUB_PATH], [AX_DEFINE_SUB_PATH])
AC_DEFUN([AX_DEFINE_SUB_PATH],