bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefano Lattarini
Subject: bug#11289: [PATCH] maint: fix bootstrap-time requirement on autoconf version
Date: Fri, 20 Apr 2012 16:36:42 +0200

* 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 <address@hidden>
---
 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]