]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
README-hacking: Only Autoconf, Automake, and Perl are required to _build_.
authorJim Meyering <meyering@redhat.com>
Sun, 28 Oct 2007 14:25:01 +0000 (15:25 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 28 Oct 2007 14:32:42 +0000 (15:32 +0100)
List Gzip and Tar separately.  Suggested by Ralf Wildenhues.

ChangeLog
README-hacking

index 4d8eee97eef2d6314a34aa30868c31ce0c366168..4430c799378937698d5297ca5721238bf1767f3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-28  Jim Meyering  <meyering@redhat.com>
+
+       * README-hacking: Autoconf, Automake, and Perl are required to build.
+       List Gzip and Tar separately.  Suggested by Ralf Wildenhues.
+
 2007-10-28  Jim Meyering  <meyering@redhat.com>
 
        README-hacking: Recommend running autoreconf -vi.
index 84bb9f99f1554325676bcaec93079bde38fb88d1..32c4a4766d3a60b6f495fdfb11a1fe5417b0fcad 100644 (file)
@@ -13,9 +13,12 @@ tools we depend upon, including:
 
 - Autoconf <http://www.gnu.org/software/autoconf/>
 - Automake <http://www.gnu.org/software/automake/>
-- Gzip <http://www.gnu.org/software/gzip/>
 - Perl <http://www.cpan.org/>
-- Rsync <http://samba.anu.edu.au/rsync/>
+
+The following are useful as well, if you want to be able to run commands
+like "make dist" or "make distcheck":
+
+- Gzip <http://www.gnu.org/software/gzip/>
 - Tar <http://www.gnu.org/software/tar/>
 
 Only building the initial full source tree will be a bit painful.