]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
fix ‘make syntax-check’ complaints (only affects comments).
authorZack Weinberg <zackw@panix.com>
Tue, 3 Nov 2020 15:31:45 +0000 (10:31 -0500)
committerZack Weinberg <zackw@panix.com>
Tue, 3 Nov 2020 15:31:45 +0000 (10:31 -0500)
doc/autoconf.texi
lib/autoconf/general.m4
lib/autoconf/libs.m4
lib/autoconf/status.m4

index 3a026871d706e7779a99fb49c81d3006e30c787e..69c52e49980223d916e9ae6937fb194c6209b8db 100644 (file)
@@ -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.
index 9baa22df0f42b215660df5bee9d10eb0c7a5e5df..4ec2317cbb3c3744091405b83a54367987ef9573 100644 (file)
@@ -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
index 7b9bc30de1164b6ba42465bd229df132092e3c6d..f2343bcc842f19ff588d842a218640bb2f4c49ec 100644 (file)
@@ -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
index b604368afee7e31c240bfbb9c07b108f371583ee..d11a221c74dc04fe027f2669fcdc0058e0ad74a5 100644 (file)
@@ -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