Move scriptversion= lines up in scripts
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Dec 2022 16:15:37 +0000 (08:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Dec 2022 18:02:41 +0000 (10:02 -0800)
By default they need to be in the first 8 lines to be updated.

build-aux/bootstrap
top/autogen.sh
top/autopull.sh
top/bootstrap
top/bootstrap-funclib.sh

index 9714a59432b16bbc2a8046648993df190934a8ca..d94605dd443bb408f2f10ab88158ed4b079c3df1 100755 (executable)
@@ -5,6 +5,8 @@
 
 # Bootstrap this package from checked-out sources.
 
+scriptversion=2022-12-27.03; # UTC
+
 # Copyright (C) 2003-2022 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
@@ -30,8 +32,6 @@
 
 # Please report bugs or propose patches to bug-gnulib@gnu.org.
 
-scriptversion=2022-07-29.23; # UTC
-
 me="$0"
 medir=`dirname "$me"`
 
@@ -39,6 +39,8 @@ medir=`dirname "$me"`
 
 # A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
 
+scriptversion=2022-12-27.03; # UTC
+
 # Copyright (C) 2003-2022 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
@@ -62,8 +64,6 @@ medir=`dirname "$me"`
 # file also maintained in your version control; gnulib comes with a
 # template build-aux/bootstrap.conf to get you started.
 
-scriptversion=2022-07-24.15; # UTC
-
 nl='
 '
 
index 81db3fe035807881bb4b77518d48b5f764f64999..4ca4c0557735c8f07540c936a4ef8f054eb251ac 100755 (executable)
@@ -4,6 +4,8 @@
 # also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
 # with new versions of autoconf or automake.
 
+scriptversion=2022-12-27.03; # UTC
+
 # Copyright (C) 2003-2022 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
@@ -30,8 +32,6 @@
 # Alternatively, you can use an autogen.sh script that is specific
 # to your package.
 
-scriptversion=2022-07-24.15; # UTC
-
 me="$0"
 medir=`dirname "$me"`
 
index ffb4ba7cbac7733d56ab7be7a27e9df01f9a9dc8..f3b9a3811dc2a330f4513758bc34d78888458a83 100755 (executable)
@@ -2,6 +2,8 @@
 # Convenience script for fetching auxiliary files that are omitted from
 # the version control repository of this package.
 
+scriptversion=2022-12-27.03; # UTC
+
 # Copyright (C) 2003-2022 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
@@ -28,8 +30,6 @@
 # Alternatively, you can use an autopull.sh script that is specific
 # to your package.
 
-scriptversion=2022-07-24.15; # UTC
-
 me="$0"
 medir=`dirname "$me"`
 
index cf8d007f64bdf9cdc08647fb9d98090be54ac2ff..9d31b4311cf5aa9219e2b1ed150f8d3e591544b1 100755 (executable)
@@ -1,6 +1,8 @@
 #! /bin/sh
 # Bootstrap this package from checked-out sources.
 
+scriptversion=2022-12-27.03; # UTC
+
 # Copyright (C) 2003-2022 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
@@ -26,8 +28,6 @@
 
 # Please report bugs or propose patches to bug-gnulib@gnu.org.
 
-scriptversion=2022-07-29.23; # UTC
-
 me="$0"
 medir=`dirname "$me"`
 
index cfad85a318eacc1d5e30430ef9765e16e7e32cc7..ef0fa70ae53e2ff14d71a1753bb96558340058a4 100644 (file)
@@ -1,5 +1,7 @@
 # A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
 
+scriptversion=2022-12-27.03; # UTC
+
 # Copyright (C) 2003-2022 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
@@ -23,8 +25,6 @@
 # file also maintained in your version control; gnulib comes with a
 # template build-aux/bootstrap.conf to get you started.
 
-scriptversion=2022-07-24.15; # UTC
-
 nl='
 '