]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
maint: silence 'time-stamp' warnings with bleeding-edge Emacs.
authorCollin Funk <collin.funk1@gmail.com>
Thu, 19 Jun 2025 21:39:42 +0000 (14:39 -0700)
committerKarl Berry <karl@freefriends.org>
Thu, 19 Jun 2025 21:39:42 +0000 (14:39 -0700)
* contrib/tap-driver.pl:  Use "%Y" instead of "%:y" for the
'time-stamp-format' local variable.
* lib/compile: Likewise.
* lib/depcomp: Likewise.
* lib/install-sh: Likewise.
* lib/mdate-sh: Likewise.
* lib/missing: Likewise.
* lib/mkinstalldirs: Likewise.
* lib/py-compile: Likewise.
* lib/tap-driver.sh: Likewise.
* lib/test-driver: Likewise.
* lib/ylwrap: Likewise.

contrib/tap-driver.pl
lib/compile
lib/depcomp
lib/install-sh
lib/mdate-sh
lib/missing
lib/mkinstalldirs
lib/py-compile
lib/tap-driver.sh
lib/test-driver
lib/ylwrap

index 8706deb92f494982c5603d1fb05ca5c096a405da..b88b001c278633f35c091e58027d23bf6438875c 100755 (executable)
@@ -32,7 +32,7 @@ use Getopt::Long ();
 
 use TAP::Parser;
 
-my $VERSION = '2025-01-31.17'; # UTC
+my $VERSION = '2025-06-18.21'; # UTC
 
 my $ME = "tap-driver.pl";
 
@@ -558,7 +558,7 @@ main @ARGV;
 # eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-line-limit: 50
 # time-stamp-start: "my $VERSION = "
-# time-stamp-format: "'%:y-%02m-%02d.%02H'"
+# time-stamp-format: "'%Y-%02m-%02d.%02H'"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
index c404e89e478d0f9849b5a6a3d2b8cac7f97f38b7..02ff093c33c755cd36ae69a501bbebafe4f483b1 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2025-02-03.05; # UTC
+scriptversion=2025-06-18.21; # UTC
 
 # Copyright (C) 1999-2025 Free Software Foundation, Inc.
 # Written by Tom Tromey <tromey@cygnus.com>.
@@ -358,7 +358,7 @@ exit $ret
 # sh-indentation: 2
 # eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
index 1e2c35fadc3d9c331d0063d36444c057e2058a45..9f6725b9e0f5d699b10591f32af4bdf2b8516ff6 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
-scriptversion=2024-12-03.03; # UTC
+scriptversion=2025-06-18.21; # UTC
 
 # Copyright (C) 1999-2025 Free Software Foundation, Inc.
 
@@ -786,7 +786,7 @@ exit 0
 # sh-indentation: 2
 # eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
index 8a76989bbc4603dc76dca5b84ad909572bd0b1f9..1d8d96696466c7db04a23ee3f3b2562e1c16f9c6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2024-12-03.03; # UTC
+scriptversion=2025-06-18.21; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -535,7 +535,7 @@ done
 # Local variables:
 # eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
index 9c195dbd06f95621d90199babf9dd751f7505713..e87d92873c77b6829c871ee46c74e3fe171a8ec0 100755 (executable)
@@ -2,7 +2,7 @@
 # Get modification time of a file or directory, or value of
 # $SOURCE_DATE_EPOCH, and pretty-print it, formatted like 1 January 2000.
 
-scriptversion=2025-05-21.01; # UTC
+scriptversion=2025-06-18.21; # UTC
 
 # Copyright (C) 1995-2025 Free Software Foundation, Inc.
 # written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
@@ -274,7 +274,7 @@ echo $day $month $year
 # sh-indentation: 2
 # eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
index 3e318cf985fbd716c3913294dc3bc016c1f6fe8e..5e450bab3cdf4808973786e8f51d0a820b5afafe 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Common wrapper for a few potentially missing GNU and other programs.
 
-scriptversion=2024-12-03.03; # UTC
+scriptversion=2025-06-18.21; # UTC
 
 # shellcheck disable=SC2006,SC2268 # we must support pre-POSIX shells
 
@@ -230,7 +230,7 @@ exit $st
 # Local variables:
 # eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
index 02e046b9b823a84c4afa54a280cdc146db3a3f40..498a641d250b191099c63d1f506b3763be5cc6fe 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # mkinstalldirs --- make directory hierarchy
 
-scriptversion=2024-12-03.03; # UTC
+scriptversion=2025-06-18.21; # UTC
 
 # Original author: Noah Friedman <friedman@prep.ai.mit.edu>
 # Created: 1993-05-16
@@ -158,7 +158,7 @@ exit $errstatus
 # sh-indentation: 2
 # eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
index 0cfddedb60bc54cab7e212d47e0ab86645253697..46de542180f4b65957b7792619c47071f3dbdb5b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # py-compile - Compile a Python program
 
-scriptversion=2024-12-03.03; # UTC
+scriptversion=2025-06-18.21; # UTC
 
 # Copyright (C) 2000-2025 Free Software Foundation, Inc.
 
@@ -263,7 +263,7 @@ esac
 # sh-indentation: 2
 # eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
index 7d2edc04314909e1b42e8e71d37da1512c96425b..b10b5a67f864f5c2d14d32c42700858a2d415dad 100755 (executable)
@@ -23,7 +23,7 @@
 # bugs to <bug-automake@gnu.org> or send patches to
 # <automake-patches@gnu.org>.
 
-scriptversion=2025-05-03.16; # UTC
+scriptversion=2025-06-18.21; # UTC
 
 # Make unconditional expansion of undefined variables an error.  This
 # helps a lot in preventing typo-related bugs.
@@ -737,7 +737,7 @@ test $? -eq 0 || fatal "I/O or internal error"
 # eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-line-limit: 50
 # time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
index d13fe57d157c3984dab8eb3b5bbb673e1dd60a37..d81fba79cdfeb2c8d12661222d0e5079a2cc72b2 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # test-driver - basic testsuite driver script.
 
-scriptversion=2024-12-03.03; # UTC
+scriptversion=2025-06-18.21; # UTC
 
 # Copyright (C) 2011-2025 Free Software Foundation, Inc.
 #
@@ -154,7 +154,7 @@ echo ":copy-in-global-log: $gcopy" >> $trs_file
 # sh-indentation: 2
 # eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
index 2f421e8f114f261b9ff33656e60c8ecc4ede9c83..7c1dc93e00aeaac08885956d429fa345ed4e60ba 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # ylwrap - wrapper for lex/yacc invocations.
 
-scriptversion=2024-12-03.03; # UTC
+scriptversion=2025-06-18.21; # UTC
 
 # Copyright (C) 1996-2025 Free Software Foundation, Inc.
 #
@@ -239,7 +239,7 @@ exit $ret
 # sh-indentation: 2
 # eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End: