summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-07-09 02:30:44 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-07-09 02:30:44 +0000
commite812df219fa0a32cf764aeac9868f07cd99a9dfd (patch)
tree53cc7c4f18d097f648c3ec0f2d8e0506972276cc /configure.in
parent0c6825b55f24ca84e5a1e69697c7c89e81321f12 (diff)
downloadlibapr-e812df219fa0a32cf764aeac9868f07cd99a9dfd.tar.gz
Allow all parts of Apache 2.0 to build when --srcdir is used. This
required exposing a build directory and a source directory to all parts of Apache's build system. It also required a small hack in APR-util, if we are using the bundled Expat, and we are using VPATH support, then we have hard-coded the xml/expat location. I couldn't figure out how to allow the configure script to determine the correct location. I added a comment, but if somebody else figures it out, we should fix that at some point. PR: 7630 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61903 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index cd0fb8a74..1dd2abd2a 100644
--- a/configure.in
+++ b/configure.in
@@ -53,6 +53,7 @@ dnl the generated libtool script (not necessarily the "top" build dir).
dnl
top_builddir="$abs_builddir"
AC_SUBST(top_builddir)
+AC_SUBST(abs_srcdir)
dnl Directory containing apr build macros, helpers, and make rules
dnl NOTE: make rules (rules.mk) will be in the builddir for vpath