* README-prereq: Now that we require automake-1.11.1
update the instructions from getting it from the git repo
* autoconf *
- # Note Autoconf 2.62 or newer is needed to build automake-1.11
+ # Note Autoconf 2.62 or newer is needed to build automake-1.11.1
git clone --depth=1 git://git.sv.gnu.org/autoconf.git
git checkout v2.62
autoreconf -vi
# Note help2man is required to build automake fully
git clone git://git.sv.gnu.org/automake.git
cd automake
- git checkout -b branch-1.11 --track origin/branch-1.11
+ git checkout v1.11.1
./bootstrap
./configure --prefix=$HOME/coreutils/deps
make install