From: Jim Meyering Date: Mon, 21 Jan 2008 23:28:23 +0000 (+0100) Subject: * README-hacking: Update to reflect existence of automake-1.10.1. X-Git-Tag: v6.10~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec8e146a6db52743451c74d427477a2e9c65e946;p=thirdparty%2Fcoreutils.git * README-hacking: Update to reflect existence of automake-1.10.1. --- diff --git a/ChangeLog b/ChangeLog index 7643c8788e..69f739959d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-22 Jim Meyering + + * README-hacking: Update to reflect existence of automake-1.10.1. + 2008-01-18 Jim Meyering Update README. diff --git a/README-hacking b/README-hacking index 06d97bf4a9..0b99d0524f 100644 --- a/README-hacking +++ b/README-hacking @@ -39,18 +39,7 @@ from configure.ac before bootstrapping. If you do want to build LZMA tarballs, you'll need to make sure you have the latest stable version of the LZMA Utils . Also, you'll need a version of -Automake that supports the dist-lzma feature, which was added to -Automake on 2007-10-09 but is not yet available in a stable Automake -version. So until Automake 1.11 comes out, you'll need to get the -bleeding-edge Automake version with a command like this: - - $ git clone git://git.sv.gnu.org/automake - $ cd automake - $ ./bootstrap - $ ./configure - $ make install - -and build and install that version. +Automake that supports the dist-lzma feature, like automake-1.10.1. * First GIT checkout