automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} hacking: simplify documentation of bootstrapping process


From: Stefano Lattarini
Subject: [FYI] {master} hacking: simplify documentation of bootstrapping process
Date: Mon, 2 Apr 2012 17:41:01 +0200

* 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 <address@hidden>
---
 HACKING |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/HACKING b/HACKING
index 2e74d9a..bb7faad 100644
--- a/HACKING
+++ b/HACKING
@@ -100,12 +100,8 @@
   tree, so the resulting files (aclocal.m4 and Makefile.in) should
   be the same as you would get if you install this version of
   automake and use it to generate those files.  Be sure to have the
-  latest stable version of Autoconf installed.  If such version is
-  not installed as "autoconf", pass it explicitly (along with the
-  accompanying "autom4te") when calling 'bootstrap' and 'configure'.
-  For example:
-    $ AUTOCONF=autoconf2.68 AUTOM4TE=autom4te2.68 ./bootstrap
-    $ ./configure AUTOCONF=autoconf2.68 AUTOM4TE=autom4te2.68
+  latest stable version of Autoconf installed and available early
+  in your PATH.
 
 * Dependent files aclocal.m4, configure and Makefile.in in all
   directories should be up to date in the git repository, so that
-- 
1.7.9




reply via email to

[Prev in Thread] Current Thread [Next in Thread]