From: Kovarththanan Rajaratnam Date: Mon, 22 Feb 2010 18:56:36 +0000 (+0100) Subject: INSTALL: add autoconf X-Git-Tag: v3.0pre0~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45835d47e6ed33c84e619f39b4f4181dfee89ef4;p=thirdparty%2Fccache.git INSTALL: add autoconf --- diff --git a/INSTALL b/INSTALL index 7e6f8d684..1ac5059e9 100644 --- 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".