From 7e1bc0de8acce4de7a073183b8e0f9281e07e58f Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Sun, 27 Dec 2020 18:49:03 +0100 Subject: [PATCH] configure.ac: Increase minimum required version to 2.64 --- README.checkout | 2 +- bootstrap.conf | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.checkout b/README.checkout index f4bf5b2c..477e69a1 100644 --- a/README.checkout +++ b/README.checkout @@ -8,7 +8,7 @@ Compiling From Repository Sources libiconv, libpsl, libpcre, pkg-config, libmetalink and GnuPG are not absolutely required): - * [20]autoconf (currently, GNU Wget requires version 2.61). This is + * [20]autoconf (currently, GNU Wget requires version 2.64). This is needed to generate the configure script from configure.in. This is not required when building from a tarball distribution; only when building from repository sources. diff --git a/bootstrap.conf b/bootstrap.conf index 7ebe221b..5e1014ad 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -140,7 +140,7 @@ gnulib_extra_files=" # Build prerequisites buildreq="\ -autoconf 2.62 +autoconf 2.64 automake 1.11.1 autopoint - gettext 0.17 diff --git a/configure.ac b/configure.ac index bef2c827..f8c9e8e7 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ dnl AC_INIT([wget], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [bug-wget@gnu.org]) -AC_PREREQ(2.63) +AC_PREREQ(2.64) dnl dnl What version of Wget are we building?