diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-04-22 23:41:05 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-04-22 23:41:05 +0100 |
commit | 8f6c5d43273de862dda88e9894486a82b75a804e (patch) | |
tree | f10fe0ba7746fb57e12f9c4cce1f0f9f666fc2d2 | |
parent | 6539e15620a863266b7babfa5f6f02f1bb66762e (diff) | |
download | coreutils-8f6c5d43273de862dda88e9894486a82b75a804e.tar.xz |
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.
-rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index bb414ef02..41b9cc224 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 - |