From 8f6c5d43273de862dda88e9894486a82b75a804e Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 22 Apr 2012 23:41:05 +0100 Subject: [PATCH] maint: sync up required autoconf version in bootstrap.conf * bootstrap.conf ($buildreq): Require autoconf 2.64, not 2.62. This is consistent with what is required by AC_PREREQ in configure.ac. --- bootstrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.conf b/bootstrap.conf index bb414ef029..41b9cc224a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -307,7 +307,7 @@ gnulib_tool_option_extras="--tests-base=gnulib-tests --with-tests --symlink\ # Build prerequisites buildreq="\ -autoconf 2.62 +autoconf 2.64 automake 1.11.1 autopoint - bison - -- 2.47.2