From 80e9a422e4779ea039733f4cba258d91656f6fa6 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 31 Aug 2022 15:58:08 -0400 Subject: 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. --- bootstrap.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap.conf') 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 -- cgit v1.2.1