]> granicus.if.org Git - apache/commitdiff
Update the README. Libtool and autoconf are not required unless you are
authorRyan Bloom <rbb@apache.org>
Thu, 21 Dec 2000 01:11:12 +0000 (01:11 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 21 Dec 2000 01:11:12 +0000 (01:11 +0000)
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

README

diff --git a/README b/README
index 679b207b3534714c745598dd0b506bf61099090c..a9060c0898214ca3dbe3220ec0d4f9e569600d78 100644 (file)
--- a/README
+++ b/README
   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