* configure.ac: gnulib now expects autoconf >=2.63

This commit is contained in:
Darshit Shah 2018-11-13 16:17:55 +01:00
parent 3d4e1f47a1
commit c4a6b89b2e

View File

@ -33,7 +33,7 @@ dnl
AC_INIT([wget],
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
[bug-wget@gnu.org])
AC_PREREQ(2.61)
AC_PREREQ(2.63)
dnl
dnl What version of Wget are we building?