summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-08-18 21:47:11 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-08-18 21:47:11 +0200
commit8c4d0f0650486315359a63b2b6a832dcf4986147 (patch)
treed2c3e007b112b7f9de8e34cbb2eb2412765adf6f /HACKING
parent1ebdc2c1b9a75420dd7518116a1e70b1ad6d93fc (diff)
parent91a7653997ca147b3242688f056c89840b789a09 (diff)
downloadautomake-8c4d0f0650486315359a63b2b6a832dcf4986147.tar.gz
Merge branch 'maint'
* maint: * THANKS (Daniel Richard G.): Update e-mail address. java: avoid compilation errors when CLASSPATH is empty parallel-tests: no more spurious successes for FreeBSD make hacking: we now require autoconf 2.68
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 231e3fcb3..1cc43fe3e 100644
--- a/HACKING
+++ b/HACKING
@@ -102,8 +102,8 @@
not installed as "autoconf", pass it explicitly (along with the
accompanying "autom4te") when calling `bootstrap' and `configure'.
For example:
- $ AUTOCONF=autoconf2.67 AUTOM4TE=autom4te2.67 ./bootstrap
- $ ./configure AUTOCONF=autoconf2.67 AUTOM4TE=autom4te2.67
+ $ AUTOCONF=autoconf2.68 AUTOM4TE=autom4te2.68 ./bootstrap
+ $ ./configure AUTOCONF=autoconf2.68 AUTOM4TE=autom4te2.68
* Dependent files aclocal.m4, configure and Makefile.in in all
directories should be up to date in the git repository, so that