hacking: simplify documentation of bootstrapping process
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 2 Apr 2012 15:36:24 +0000 (17:36 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 2 Apr 2012 15:36:24 +0000 (17:36 +0200)
commit55c8794d11d2e210aa567306049d2ea34754163b
tree3a6cb9d6ea0f6d4fcb20799bdeda98ae9ec97024
parent2a487237c0614d3dd71298c0c31857b32b818198
hacking: simplify documentation of bootstrapping process

* HACKING (Working with git): Do not suggest that, to ensure the
bootstrapping process is performed with the latest autotools, the
developer could explicitly pass $AUTOCONF and $AUTOM4TE in the
environment to the ./bootstrap and ./configure invocations: that
is a little tricky and quite fragile.  Instead, suggest to just
put modern-enough version of the autotools early in PATH.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
HACKING