From 3b015c9f859db59b65bb9b7c711a32503725ccdb Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Tue, 3 Nov 2020 10:31:45 -0500 Subject: [PATCH] =?utf8?q?fix=20=E2=80=98make=20syntax-check=E2=80=99=20co?= =?utf8?q?mplaints=20(only=20affects=20comments).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/autoconf.texi | 2 +- lib/autoconf/general.m4 | 2 +- lib/autoconf/libs.m4 | 2 +- lib/autoconf/status.m4 | 2 +- 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 ], 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 -- 2.47.2