]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
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)
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

diff --git a/cfg.mk b/cfg.mk
index 3a810cf1bd69da29917bb50923885466c59cc6c0..ad7e8e107fccc61ff11762c8478aa8bba9b44e43 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -136,7 +136,7 @@ update-release-year:
 .PHONY: update-release-year
 
 # Prevent incorrect NEWS edits.
-old_NEWS_hash = 8532b4ed4fb456eb71071a5cf8c258d4
+old_NEWS_hash = c10c99f23488565809ea61c7db6ce0d8
 
 exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = \
   ^(maint\.mk|build-aux/texinfo\.tex)$$
index a591912a3bac9780d3d1b6aa0d89a3811b2a5329..594547c0c4d823d72956a89919c8b01c917cc50c 100644 (file)
@@ -208,8 +208,8 @@ This manual (@value{UPDATED}) is for GNU Autoconf
 a package for creating scripts to configure source code packages using
 templates and an M4 macro package.
 
-Copyright @copyright{} 1992--1996, 1998--2017 Free Software Foundation,
-Inc.
+Copyright @copyright{} 1992--1996, 1998--2017, 2020
+Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document