summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-12-21 01:11:12 +0000
committerRyan Bloom <rbb@apache.org>2000-12-21 01:11:12 +0000
commit58a5a1c481afdca151d591bb4270c78864386c56 (patch)
treef7878437914a503d4eb247dfbe5f35970b37ade3 /README
parent91b976d61554eaf516722e6543db634c0f77a89d (diff)
downloadhttpd-58a5a1c481afdca151d591bb4270c78864386c56.tar.gz
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
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 679b207b35..a9060c0898 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