From: Zack Weinberg Date: Wed, 26 Feb 2020 15:27:38 +0000 (-0500) Subject: Fix `make syntax-check'. X-Git-Tag: v2.69b~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dcc5babcd2e86f7457eab95fba7c92654ac7556;p=thirdparty%2Fautoconf.git 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. --- diff --git a/cfg.mk b/cfg.mk index 3a810cf1b..ad7e8e107 100644 --- 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)$$ diff --git a/doc/autoconf.texi b/doc/autoconf.texi index a591912a3..594547c0c 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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