summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2023-03-12 16:59:27 -0400
committerZack Weinberg <zackw@panix.com>2023-03-12 16:59:27 -0400
commite0681c50ac3cd2a3cad2395e2691868a3dea1b12 (patch)
tree48548571aaaf13c56481b560ae3ac9ef9c173983 /doc
parentbeb6d826338fb854b5c73458a1d52662b04c171c (diff)
downloadautoconf-e0681c50ac3cd2a3cad2395e2691868a3dea1b12.tar.gz
Fix ‘make syntax-check’ complaints.
* cfg.mk (local-checks-to-skip): Add sc_unportable_grep_q, which has too many false positives to bother with; for instance, it triggers on autoconf.texi’s discussion of why grep -q is unportable, and on the code in maint.mk that implements the check! (old_NEWS_hash): Update for commit b751bf49496ea3f0054533cfd63f977640abb07a, which fixed spelling errors in old NEWS. * doc/autoconf.texi: Remove a doubled word. * lib/autoconf/programs.m4: Remove a space immediately before a tab. * lib/m4sugar/m4sh.m4 (_AS_IF): Rephrase documentation to avoid saying “if IF-FALSE” which triggers the prohibit_doubled_word check.
Diffstat (limited to 'doc')
-rw-r--r--doc/autoconf.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index a37d70de..8db64d8b 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -8830,7 +8830,7 @@ default to @code{--enable-year2038}; if and when that happens,
@code{AC_SYS_LARGEFILE} and @code{AC_SYS_YEAR2038} will become equivalent.
@xref{AC_SYS_YEAR2038}.
-Set the shell variable @code{ac_have_largefile} to to @samp{yes} or
+Set the shell variable @code{ac_have_largefile} to @samp{yes} or
@code{no} depending on whether a wide @code{off_t} is available,
regardless of whether arrangements were necessary.
Similarly, set the shell variable @code{ac_have_year2038} to @code{yes}