mirror of
https://github.com/mirror/wget.git
synced 2026-08-19 09:23:27 +08:00
configure.ac: Increase minimum required version to 2.64
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -140,7 +140,7 @@ gnulib_extra_files="
|
||||
|
||||
# Build prerequisites
|
||||
buildreq="\
|
||||
autoconf 2.62
|
||||
autoconf 2.64
|
||||
automake 1.11.1
|
||||
autopoint -
|
||||
gettext 0.17
|
||||
|
||||
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user