apr/apu-config scripts.
Submitted by: Torsten Foertsch <torsten.foertsch gmx.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330246
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
+ *) Fix DESTDIR=... installation when using bundled copy of APR.
+ [Torsten Foertsch <torsten.foertsch gmx.net>]
+
*) mod_proxy_balancer: When finding best worker, use case insensitive
match for scheme and host, but case sensitive for the rest of
the path. [Jim Jagielski, Ruediger Pluem]
# installed. Such a file cannot be generated at configure-time, since it
# requires the output of the *installed* ap*-config scripts.
-APR_CONFIG=@APR_CONFIG@
-APU_CONFIG=@APU_CONFIG@
+APR_CONFIG=${DESTDIR}@APR_CONFIG@
+APU_CONFIG=${DESTDIR}@APU_CONFIG@
APR_LIBTOOL="`${APR_CONFIG} --apr-libtool`"
APR_INCLUDEDIR="`${APR_CONFIG} --includedir`"