Commit 52a4f356 authored by Joe Orton's avatar Joe Orton
Browse files

* build/config_vars.sh.in: Prepend DESTDIR to paths to installed

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
parent 57bc25b3
Loading
Loading
Loading
Loading
+3 −0
Changes for CHANGES: 3 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@
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]
+2 −2
Changes for build/config_vars.sh.in: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
# 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`"