]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
INSTALL: add autoconf
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
Mon, 22 Feb 2010 18:56:36 +0000 (19:56 +0100)
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
Mon, 22 Feb 2010 18:56:36 +0000 (19:56 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index 7e6f8d684e56882fd4f06a048687ccc65e41ce84..1ac5059e9408e793202d9f2ffa75bdcde9d626fd 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -51,7 +51,9 @@ Note! Do not use hard links, use symbolic links. Hard links will cause
 BUILDING CODE FROM THE SOURCE CODE REPOSITORY
 =============================================
 
-In addition to the prerequisites mentioned above, you also need asciidoc
-(http://www.methods.co.nz/asciidoc/) to build the documentation.
+In addition to the prerequisites mentioned above, you also need:
+
+ * asciidoc (http://www.methods.co.nz/asciidoc/) to build the documentation.
+ * autoconf (http://www.gnu.org/software/autoconf/)
 
 Run "./autogen.sh" to generate "configure" and "config.h.in".