]> granicus.if.org Git - apache/commitdiff
Merge r1232594:
authorStefan Fritsch <sf@apache.org>
Tue, 17 Jan 2012 21:43:25 +0000 (21:43 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 17 Jan 2012 21:43:25 +0000 (21:43 +0000)
Reword the paragraph about --with-included-apr to mention the -deps
tarball.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1232595 13f79535-47bb-0310-9956-ffa450edef68

INSTALL

diff --git a/INSTALL b/INSTALL
index ea82a04703cd37baaeda2ce3d8f8c2b9adb8bd55..c8f080d5c1fc2ccb457312a35d96f489109ba40e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
               might use "/usr/local/apache2" for PREFIX (without the
               quotes).
 
-            * Consider if you need to use the bundled APR and APR-Util
-              via ./configure's --with-included-apr option, to use the
-              bundled source instead of a previously installed APR and
-              APR-Util (such as those provided with many OSes).  This
-              is required if you don't have the compiler which the
-              system APR was built with.  This can be advantageous if 
-              you are a developer who will be linking your code with
-              Apache or using a debugger to step through server code,
-              as it removes the possibility of version or compile-option
-              mismatches with APR and APR-util code.
+            * Consider if you want to use a previously installed APR and
+              APR-Util (such as those provided with many OSes) or if
+              you need to use the APR and APR-Util from the
+              httpd-2.4.x-deps.tar.gz tarball via ./configure's
+              --with-included-apr option. This is required if you don't
+              have the compiler which the system APR was built with.  It
+              can also be advantageous if you are a developer who will be
+              linking your code with Apache or using a debugger to step
+              through server code, as it removes the possibility of
+              version or compile-option mismatches with APR and APR-util
+              code.
 
             * If you are a developer building Apache directly from
               Subversion, you will need to run ./buildconf before running