From c22ff066a0afd68d1ffbf98df55a6ce92e295d71 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 1 Jan 2025 14:37:27 -0800 Subject: [PATCH] Rename file to fix copyright update glitch * Makefile.am (EXTRA_DIST), NEWS: Adjust to file renaming. * NEWS-future: Rename from NEWS-2.0, so that "make update-copyright" does not think this is a man page and use \(en rather than - in year ranges. Change \(en back to -. --- Makefile.am | 2 +- NEWS | 12 ++++++------ NEWS-2.0 => NEWS-future | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) rename NEWS-2.0 => NEWS-future (97%) diff --git a/Makefile.am b/Makefile.am index 384d3ea1c..9bae055f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ EXTRA_DIST += \ bootstrap \ GNUmakefile \ HACKING \ - NEWS-2.0 \ + NEWS-future \ PLANS # We want a handful of substitutions to be fully-expanded by make; diff --git a/NEWS b/NEWS index 0c3c671cc..b4c50ffc6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ For planned incompatibilities in a possible future Automake 2.0 release, -please see NEWS-2.0 and start following the advice there now. +please see NEWS-future and start following the advice there now. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ New in 1.x: @@ -69,7 +69,7 @@ New in 1.17: timestamp granularity dynamically, greatly speeding up the sleep done by AC_OUTPUT when generating config.status (all packages) and Automake's make check. - + However, this subsecond-mtime support requires an autom4te from Autoconf 2.72 or later (or random test failures and other timing problems may ensue), as well as a Perl, sleep program, make program, @@ -77,14 +77,14 @@ New in 1.17: fall back to a two-second granularity, not even testing the (common) 1s case since that would induce a 2s delay for all configure scripts in all packages on all systems that don't support subsecond mtimes. - + When everything is supported, a line "Features: subsecond-mtime" is - now printed by automake --version and autom4te --version. - + now printed by automake --version and autom4te --version. + To override this check and delay, e.g. to use 1 second: am_cv_filesystem_timestamp_resolution=1 export am_cv_filesystem_timestamp_resolution - + (commit 720a11531, https://lists.gnu.org/archive/html/automake-commit/2022-02/msg00009.html then bug#60808, bug#64756, bug#67670, bug#68808, bug#71652, diff --git a/NEWS-2.0 b/NEWS-future similarity index 97% rename from NEWS-2.0 rename to NEWS-future index 1ecf0bce6..6f6dbdc15 100644 --- a/NEWS-2.0 +++ b/NEWS-future @@ -1,4 +1,4 @@ -This file (NEWS-2.0) lists incompatibility issues that may happen in a +This file (NEWS-future) lists incompatibility issues that may happen in a future Automake 2.0 release. However, the (few) current Automake maintainers have insufficient interest @@ -81,7 +81,7 @@ warranted. For more info, see the ./PLANS/ directory. ----- -Copyright (C) 1995\(en2025 Free Software Foundation, Inc. +Copyright (C) 1995-2025 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.47.3