summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])