From: Stefano Lattarini Date: Thu, 11 Aug 2011 21:24:53 +0000 (+0200) Subject: hacking: we now require autoconf 2.68 X-Git-Tag: v1.11.1b~23^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35a0689da39d6874464b7940b4e1a6930ca3c448;p=thirdparty%2Fautomake.git hacking: we now require autoconf 2.68 * HACKING ("Working in git"): Use autoconf and autom4te 2.68, not 2.67, in the examples. --- diff --git a/ChangeLog b/ChangeLog index af2556fcc..7c8593829 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-11 Stefano Lattarini + + hacking: we now require autoconf 2.68 + * HACKING ("Working in git"): Use autoconf and autom4te 2.68, + not 2.67, in the examples. + 2011-08-08 Stefano Lattarini test defs: more environment cleanup diff --git a/HACKING b/HACKING index 334d74cfa..873243ce0 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