]> granicus.if.org Git - apache/commit
Permit --with-apr=/path/to/apr alone, where the default path will
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 22 Aug 2008 04:45:02 +0000 (04:45 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 22 Aug 2008 04:45:02 +0000 (04:45 +0000)
commit4983b63a58d7f06b884a4ffaedb69f1ce6ffc5fa
tree72f66b155920b9469fae14f18ec8c4c5c40ca5c1
parente35f22e5a543d90102eef87f6c45d2ec0a49cd3d
Permit --with-apr=/path/to/apr alone, where the default path will
be handled by replacing all /apr path segments with /apr-util
(or /aprutil) to handle nearly any developer's path scheme.  One
rare exception would be /asf/srcs/aprutil/trunk/apr-util or similar
where both /aprutil and /apr-util path segments exist.

So for example --with-apr=../apr-1.3 would find either ../apr-util-1.3
or ../aprutil-1.3 before looking for srclib/apr-util or ../apr-util.

These refer to source trees.  httpd ./configure deserves a similar
feature to use --with-apr= for an installed apr-util lib tree.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687939 13f79535-47bb-0310-9956-ffa450edef68
buildconf