summaryrefslogtreecommitdiffstats
path: root/build/config_vars.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'build/config_vars.sh.in')
-rw-r--r--build/config_vars.sh.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/config_vars.sh.in b/build/config_vars.sh.in
index 23aea350dc..219c2b7b9f 100644
--- a/build/config_vars.sh.in
+++ b/build/config_vars.sh.in
@@ -28,6 +28,8 @@ APR_LIBTOOL="`${APR_CONFIG} --apr-libtool`"
APR_INCLUDEDIR="`${APR_CONFIG} --includedir`"
APU_INCLUDEDIR="`${APU_CONFIG} --includedir`"
+installbuilddir="@exp_installbuilddir@"
+
exec sed "
/^[A-Z_]*_LDADD/d
/MPM_LIB/d
@@ -52,6 +54,8 @@ exec sed "
s, -I\$(top_srcdir)/[^ ]*,,g
s, -I\$(top_builddir)/[^ ]*,,g
}
+/^MKINSTALLDIRS/s,\$(abs_srcdir)/build,$installbuilddir,
+/^INSTALL /s,\$(abs_srcdir)/build,$installbuilddir,
/^HTTPD_LDFLAGS/d
/^UTIL_LDFLAGS/d
/^APR_INCLUDEDIR.*$/s,.*,APR_INCLUDEDIR = ${APR_INCLUDEDIR},