From bba4d3e054cee1f479e6f7239304df676bd63fea Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 1 Jul 2008 16:19:46 +0200 Subject: [PATCH] * README-hacking: Update the section on LZMA. --- README-hacking | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README-hacking b/README-hacking index 0b99d0524f..2e3c83a895 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 -- 2.47.3