From: Jim Meyering Date: Tue, 1 Jul 2008 14:19:46 +0000 (+0200) Subject: * README-hacking: Update the section on LZMA. X-Git-Tag: v7.0~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bba4d3e054cee1f479e6f7239304df676bd63fea;p=platform%2Fupstream%2Fcoreutils.git * README-hacking: Update the section on LZMA. --- diff --git a/README-hacking b/README-hacking index 0b99d05..2e3c83a 100644 --- a/README-hacking +++ b/README-hacking @@ -30,16 +30,11 @@ Later, a plain `git pull && make' should be sufficient. * LZMA -The coreutils build procedure can build distribution tarballs with the -LZMA compression scheme. This feature is so new that it is not -supported by the latest version of Automake. If you don't care about -building LZMA tarballs, you can manually remove the string "dist-lzma" -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, like automake-1.10.1. +This package's build procedure uses LZMA to create a compressed +distribution tarball. Using this feature of Automake requires +version 1.10.1 or newer, as well as the lzma program itself. +Make sure you have the latest stable version of the LZMA Utils +from . * First GIT checkout @@ -69,7 +64,7 @@ Enjoy! ----- -Copyright (C) 2002-2007 Free Software Foundation, Inc. +Copyright (C) 2002-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by