summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2010-01-12 10:32:08 +0000
committerPádraig Brady <P@draigBrady.com>2010-01-12 10:32:08 +0000
commita4da48c4f54bae74ef167db41f65a6eab2ae6a37 (patch)
treec336ac14c5e51d17e8950e1fa9a714302fa10cb2
parentd89755469bec93e1b10e5dc178451b38a69f6a80 (diff)
downloadcoreutils-a4da48c4f54bae74ef167db41f65a6eab2ae6a37.tar.xz
maint: update info about getting the prerequisite automake
* README-prereq: Now that we require automake-1.11.1 update the instructions from getting it from the git repo
-rw-r--r--README-prereq4
1 files changed, 2 insertions, 2 deletions
diff --git a/README-prereq b/README-prereq
index 54cdb9cd4..fcb505844 100644
--- a/README-prereq
+++ b/README-prereq
@@ -25,7 +25,7 @@ $PATH is set correctly, which can be done for the current shell like:
* 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
@@ -37,7 +37,7 @@ $PATH is set correctly, which can be done for the current shell like:
# 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