]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* README-hacking: Update to reflect existence of automake-1.10.1.
authorJim Meyering <meyering@redhat.com>
Mon, 21 Jan 2008 23:28:23 +0000 (00:28 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 21 Jan 2008 23:28:23 +0000 (00:28 +0100)
ChangeLog
README-hacking

index 7643c8788eb278f06bb37f27fae4b13053c4c15a..69f739959dce15ac2d9e7ada0aceb226c396e805 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-22  Jim Meyering  <meyering@redhat.com>
+
+       * README-hacking: Update to reflect existence of automake-1.10.1.
+
 2008-01-18  Jim Meyering  <meyering@redhat.com>
 
        Update README.
index 06d97bf4a9155eb16a1118d6bfd19c20ff723062..0b99d0524f19a9ac39668ce1628feee7ef850794 100644 (file)
@@ -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
 <http://tukaani.org/lzma/>.  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