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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3747488c..e08e75ad 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_INIT([GNU make],[4.3.90],[bug-make@gnu.org]) -AC_PREREQ([2.71]) +AC_PREREQ([2.69]) # Autoconf setup AC_CONFIG_AUX_DIR([build-aux]) -- cgit v1.2.1