]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix ‘make syntax-check’ complaints.
authorZack Weinberg <zackw@panix.com>
Sun, 12 Mar 2023 20:59:27 +0000 (16:59 -0400)
committerZack Weinberg <zackw@panix.com>
Sun, 12 Mar 2023 20:59:27 +0000 (16:59 -0400)
commite0681c50ac3cd2a3cad2395e2691868a3dea1b12
tree48548571aaaf13c56481b560ae3ac9ef9c173983
parentbeb6d826338fb854b5c73458a1d52662b04c171c
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.
cfg.mk
doc/autoconf.texi
lib/autoconf/programs.m4
lib/m4sugar/m4sh.m4