]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Bootstrap: updated HACKING entry.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 8 Aug 2010 10:05:45 +0000 (12:05 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 10 Aug 2010 17:39:21 +0000 (19:39 +0200)
* HACKING ("Working with git"): Tell how to override the autoconf
and autom4te used by the bootstrap process.

ChangeLog
HACKING

index c3c348f0a0019cf7e6213918f2262cb3e4dd3b9b..4ce7c63515491f6881e5c5a898e89f5a845e5f1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-08-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       Bootstrap: updated HACKING entry.
+       * HACKING ("Working with git"): Explain how to override the
+       autoconf and autom4te programs used by the bootstrap process.
+
        Bootstrap: fixlet.
        * bootstrap: Do not remove `lib/Automake/Config.pm' anymore,
        since we don't generate it.  Correctly quote arguments of
diff --git a/HACKING b/HACKING
index 2e404f56e2234cad8349ae974a0f44f2460298b4..8480f7c7b79468b1429a7e70f48d9e12123ccb8d 100644 (file)
--- a/HACKING
+++ b/HACKING
   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.
+  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.65 AUTOM4TE=autom4te2.65 ./bootstrap
+    $ ./configure AUTOCONF=autoconf2.65 AUTOM4TE=autom4te2.65
 
 * Dependent files aclocal.m4, configure and Makefile.in in all
   directories should be up to date in the git repository, so that