diff options
author | Jim Meyering <meyering@redhat.com> | 2007-10-23 15:44:58 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-10-23 15:44:58 +0200 |
commit | def157c9271c3fc601ec8fe7085fb63b25b3e26f (patch) | |
tree | 55cddaddbd3e139f63ae84c0b6b1c60d1e933043 | |
parent | 758a615bb5c420ad3e852fc48727284b6709505f (diff) | |
download | coreutils-def157c9271c3fc601ec8fe7085fb63b25b3e26f.tar.xz |
* README-hacking: Refer to LZMA Utils <http://tukaani.org/lzma/>.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README-hacking | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2007-10-23 Jim Meyering <meyering@redhat.com> + + * README-hacking: Refer to LZMA Utils <http://tukaani.org/lzma/>. + 2007-10-22 Paul Eggert <eggert@cs.ucla.edu> * README-hacking: Describe how to build with LZMA. diff --git a/README-hacking b/README-hacking index 77464bd7d..0c8f0d5ec 100644 --- a/README-hacking +++ b/README-hacking @@ -36,8 +36,8 @@ 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 SDK -<http://www.7-zip.org/sdk.html>. Also, you'll need a version of +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 |