summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-08-31 15:58:08 -0400
committerPaul Smith <psmith@gnu.org>2022-09-08 03:04:04 -0400
commit80e9a422e4779ea039733f4cba258d91656f6fa6 (patch)
treedbed115d02930f115dcc673ad990268f23453f2f /bootstrap.conf
parent15a7e3830fd7b84238e4909522ce3cd6fec7b702 (diff)
downloadmake-git-80e9a422e4779ea039733f4cba258d91656f6fa6.tar.gz
bootstrap: Update to the latest gnulib bootstrap model
* README.git: Document the changes. * bootstrap.conf: Set GNULIB_REVISION to avoid random updates. * configure.ac: Set the minimum autoconf version back to 2.69: that's the most common version deployed today, and it still works. * bootstrap: Copy the latest from gnulib. * autogen.sh: Ditto. * autopull.sh: Ditto. * bootstrap-funclib.sh: Ditto.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 87533d13..fd6e1a2c 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -18,6 +18,9 @@
# Allow bootstrap to know that this is not a package
checkout_only_file=README.git
+# Choose a specific version of gnulib, when checking out
+GNULIB_REVISION=891934d4b75038abc8e82f52d7a74d357af7e7cc
+
# Always copy files rather than symlink
copy=true