summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2020-11-03 10:31:45 -0500
committerZack Weinberg <zackw@panix.com>2020-11-03 10:31:45 -0500
commit3b015c9f859db59b65bb9b7c711a32503725ccdb (patch)
tree3ee6b4fef800a311896eb974b3aad23e6fd570a3
parent15ada9d3a0e46c28c0a3af2357b64bbd14d818a8 (diff)
downloadautoconf-3b015c9f859db59b65bb9b7c711a32503725ccdb.tar.gz
fix ‘make syntax-check’ complaints (only affects comments).
-rw-r--r--doc/autoconf.texi2
-rw-r--r--lib/autoconf/general.m42
-rw-r--r--lib/autoconf/libs.m42
-rw-r--r--lib/autoconf/status.m42
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 3a026871..69c52e49 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -2049,7 +2049,7 @@ The following macros help you manage the contents of your source tree.
@defmac AC_CONFIG_SRCDIR (@var{unique-file-in-source-dir})
@acindex{CONFIG_SRCDIR}
Distinguish this package's source directory from other source
-directories that might happen to exist in the filesystem.
+directories that might happen to exist in the file system.
@var{unique-file-in-source-dir} should name a file that is unique to
this package. @command{configure} will verify that this file exists in
@file{@var{srcdir}}, before it runs any other checks.
diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4
index 9baa22df..4ec2317c 100644
--- a/lib/autoconf/general.m4
+++ b/lib/autoconf/general.m4
@@ -1162,7 +1162,7 @@ if test "$ac_init_help" = "recursive"; then
_AC_SRCDIRS(["$ac_dir"])
cd "$ac_dir" || { ac_status=$?; continue; }
# Check for configure.gnu first; this name is used for a wrapper for
- # Metaconfig's "Configure" on case-insensitive filesystems.
+ # Metaconfig's "Configure" on case-insensitive file systems.
if test -f "$ac_srcdir/configure.gnu"; then
echo &&
$SHELL "$ac_srcdir/configure.gnu" --help=recursive
diff --git a/lib/autoconf/libs.m4 b/lib/autoconf/libs.m4
index 7b9bc30d..f2343bcc 100644
--- a/lib/autoconf/libs.m4
+++ b/lib/autoconf/libs.m4
@@ -312,7 +312,7 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Xlib.h>],
ac_x_includes=
ac_x_libraries=])
LIBS="$ac_save_LIBS"
-# If that didn't work, only try xmkmf and filesystem searches
+# If that didn't work, only try xmkmf and file system searches
# for native compilation.
AS_IF([test x"$ac_x_includes" = xno && test "$cross_compiling" = no],
[_AC_PATH_X_XMKMF
diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4
index b604368a..d11a221c 100644
--- a/lib/autoconf/status.m4
+++ b/lib/autoconf/status.m4
@@ -1191,7 +1191,7 @@ if test "$no_recursion" != yes; then
cd "$ac_dir"
# Check for configure.gnu first; this name is used for a wrapper for
- # Metaconfig's "Configure" on case-insensitive filesystems.
+ # Metaconfig's "Configure" on case-insensitive file systems.
if test -f "$ac_srcdir/configure.gnu"; then
ac_sub_configure=$ac_srcdir/configure.gnu
elif test -f "$ac_srcdir/configure"; then