From: Ryan Bloom Date: Thu, 21 Dec 2000 01:11:12 +0000 (+0000) Subject: Update the README. Libtool and autoconf are not required unless you are X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196a34733743177a46ba81f162bd682f7cca24e9;p=thirdparty%2Fapache%2Fhttpd.git Update the README. Libtool and autoconf are not required unless you are a developer. This should make that clearer. Submitted by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87473 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/README b/README index 679b207b353..a9060c08982 100644 --- a/README +++ b/README @@ -28,13 +28,15 @@ Installation ------------ - Apache 2.0 uses autoconf for configuration and installation. To use + Apache 2.0 uses autoconf for configuration and installation. To create Apache's autoconf script, you will need libtool 1.3.3 or higher, and - autoconf 2.13 or newer. + autoconf 2.13 or newer. Those tools will not be required if you are just + using a package downloaded from apache.org, they are only required for + developers. To configure Apache 2.0 run the following commands. - ./buildconf + ./buildconf (not required unless you are a developer) ./configure [autoconf arguments] [apache arguments] make make install