Autoconf 2.64 is now required by Gnulib.

This commit is contained in:
Mats Erik Andersson
2020-11-10 23:17:43 +01:00
parent 73e0faebc4
commit b5827bab0c
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2020-11-10 Mats Erik Andersson <gnu@gisladisker.se>
* configure.ac (AC_PREREQ): Require autoconf 2.64, caused
by changes in Gnulib.
2020-06-05 Mats Erik Andersson <gnu@gisladisker.se>
* ifconfig/system/linux.c (linux_if_nameindex): New, incompatible

View File

@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see `http://www.gnu.org/licenses/'.
AC_PREREQ(2.63)
AC_PREREQ(2.64)
AC_INIT([GNU inetutils],
m4_esyscmd([build-aux/git-version-gen .tarball-version 's/inetutils-/v/;s/_/./g']),