]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix `make syntax-check'.
authorZack Weinberg <zackw@panix.com>
Wed, 26 Feb 2020 15:27:38 +0000 (10:27 -0500)
committerZack Weinberg <zackw@panix.com>
Wed, 26 Feb 2020 15:27:38 +0000 (10:27 -0500)
commit8dcc5babcd2e86f7457eab95fba7c92654ac7556
tree4c9b8a180aca487b03655e20ab6fa9ab57017718
parent98d67d660d0f1e5ecb6549d2daadbd4257570d27
Fix `make syntax-check'.

There are two errors caught by make syntax-check currently.

First, the recent make update-copyright
(d78a7dd95fed24e417dfb4d08124a9ce7c1f7d1e) missed autoconf.texi, I
think because there are a bunch of .texi files in doc/ whose copyright
years should *not* be updated (e.g. standards.texi, fdl.texi) and the
exclusion pattern is too broad.  I can't actually *find* the exclusion
pattern in the twisty maze of .mk files, all alike, so I just manually
updated autoconf.texi.

Second, it objects to an edit to an old section of NEWS.  This is
because of d3dcd5895d64f6c86275c9333e2760a867e540e7, which is a
legitimate change (replacing http:// with https:// in a URL) so the
correct action is to change old_NEWS_hash to match.

* doc/autoconf.texi: Update copyright year.
* cfg.mk (old_NEWS_hash): Update to acknowledge commit
d3dcd5895d64f6c86275c9333e2760a867e540e7.
cfg.mk
doc/autoconf.texi