bug#11289: [PATCH] maint: fix bootstrap-time requirement on autoconf version

2012-04-22 Thread Pádraig Brady
Applied.

Note for patches like this it's probably best to send
to coreut...@gnu.org so that a bug isn't opened.
Also we don't add a signed-off line as that's
redundant when the same as the author.

thanks!
Pádraig.





bug#11289: [PATCH] maint: fix bootstrap-time requirement on autoconf version

2012-04-20 Thread Stefano Lattarini
* bootstrap.conf ($buildreq): Require autoconf 2.64, not 2.62.  This is
consistent with what is required by AC_PREREQ in configure.ac.

Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com
---
 bootstrap.conf |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index bb414ef..41b9cc2 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  -
-- 
1.7.9.5