]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Rename file to fix copyright update glitch
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 22:37:27 +0000 (14:37 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 22:39:21 +0000 (14:39 -0800)
* 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
NEWS
NEWS-future [moved from NEWS-2.0 with 97% similarity]

index 384d3ea1c91e50a6a5384795d793205662dd6c41..9bae055f41c28cc28bc4fa0de21d7bedba2035df 100644 (file)
@@ -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 0c3c671cc29af64632bda8cfef8f2d48888ad7df..b4c50ffc6daea74fcf3ffc01bfe2acb5e9707dc0 100644 (file)
--- 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,
similarity index 97%
rename from NEWS-2.0
rename to NEWS-future
index 1ecf0bce63d1ae205bdffbdc74f21ab170b88d72..6f6dbdc15f3d9baf6fc1ea534785692479fe24b2 100644 (file)
--- a/NEWS-2.0
@@ -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