You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Tim Bray <Ti...@Sun.COM> on 2008/09/16 20:41:42 UTC

Patch for INSTALL

Just a piece of advice that, had I'd received it, would have saved me  
a couple days of yak shaving.  -T

===================================================================
--- INSTALL	(revision 695999)
+++ INSTALL	(working copy)
@@ -37,6 +37,12 @@
                include a sufficiently recent version of GNU Libtool  
(named
                glibtool, but buildconf knows where to find it).

+            * If you are a developer who will be linking your code with
+	      Apache or using a debugger to step through server code,
+	      ./configure's --with-included-apr option may be advantageous,
+	      as it removes the possibility of version or compile-option
+	      mismatches with APR and APR-util code.
+
    For a short impression of what possibilities you have, here is a
    typical example which configures Apache for the installation tree
    /sw/pkg/apache with a particular compiler and flags plus the two


Re: Patch for INSTALL

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
On Tue, Sep 16, 2008 at 11:41 AM, Tim Bray <Ti...@sun.com> wrote:
> Just a piece of advice that, had I'd received it, would have saved me a
> couple days of yak shaving.  -T

Doh.  =)

Committed in r696006.  Thanks.  -- justin