summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-03-24 09:18:33 +0000
committerfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-03-24 09:18:33 +0000
commit63fe6ce8e0bf26d53aade2425d0437e414cf7407 (patch)
tree1df0dcf130ffaa8dbf89bc2dc9bbc6340259d189
parent475a500c79d8b0872181544ea38053ec55432e24 (diff)
downloadlibapr-63fe6ce8e0bf26d53aade2425d0437e414cf7407.tar.gz
Clear up some confusion about top_builddir.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61384 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--configure.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 738f22a65..a668da105 100644
--- a/configure.in
+++ b/configure.in
@@ -36,12 +36,10 @@ if test "$abs_builddir" != "$abs_srcdir"; then
USE_VPATH=1
fi
-dnl Libtool needs this symbol
-if test -n "$BUILD_BASE"; then
- top_builddir="$BUILD_BASE"
-else
- top_builddir="$abs_builddir"
-fi
+dnl Libtool might need this symbol -- it must point to the location of
+dnl the generated libtool script (not necessarily the "top" build dir).
+dnl
+top_builddir="$abs_builddir"
AC_SUBST(top_builddir)
dnl Directory containing apr build macros, helpers, and make rules