1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-11 18:02:13 +02:00

doc: adjust README-prereq instructions

* README-prereq: Reverse order of -b/--track options.
 Pádraig Brady mentioned that is required with at least git-1.5.3.6.
Invoke automake's own bootstrap script.
This commit is contained in:
Jim Meyering
2009-04-02 13:44:09 +02:00
parent 2ade7643de
commit a5ba6c8ef8

View File

@@ -26,7 +26,8 @@ getting the prerequisites for particular systems.
# yum install help2man #required to build automake fully
$ git clone git://git.sv.gnu.org/automake.git
$ cd automake
$ git checkout --track origin/next -b next
$ git checkout -b next --track origin/next
$ ./bootstrap
$ ./configure --prefix=$HOME/coreutils/deps
$ make install