summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-27 08:15:37 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-27 10:02:41 -0800
commit19d5a873d7ff27e4f09bb4603f05c924545b57db (patch)
tree44f53a44f73030bb399dd9a51cff8ee68d68a25a /top
parentfde75446490e18d2539817ca418ab8adf73b02d3 (diff)
downloadgnulib-19d5a873d7ff27e4f09bb4603f05c924545b57db.tar.gz
Move scriptversion= lines up in scripts
By default they need to be in the first 8 lines to be updated.
Diffstat (limited to 'top')
-rwxr-xr-xtop/autogen.sh4
-rwxr-xr-xtop/autopull.sh4
-rwxr-xr-xtop/bootstrap4
-rw-r--r--top/bootstrap-funclib.sh4
4 files changed, 8 insertions, 8 deletions
diff --git a/top/autogen.sh b/top/autogen.sh
index 81db3fe035..4ca4c05577 100755
--- a/top/autogen.sh
+++ b/top/autogen.sh
@@ -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"`
diff --git a/top/autopull.sh b/top/autopull.sh
index ffb4ba7cba..f3b9a3811d 100755
--- a/top/autopull.sh
+++ b/top/autopull.sh
@@ -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"`
diff --git a/top/bootstrap b/top/bootstrap
index cf8d007f64..9d31b4311c 100755
--- a/top/bootstrap
+++ b/top/bootstrap
@@ -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"`
diff --git a/top/bootstrap-funclib.sh b/top/bootstrap-funclib.sh
index cfad85a318..ef0fa70ae5 100644
--- a/top/bootstrap-funclib.sh
+++ b/top/bootstrap-funclib.sh
@@ -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='
'