fielding 01/03/24 01:18:34
Modified: . configure.in
Log:
Clear up some confusion about top_builddir.
Revision Changes Path
1.260 +4 -6 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- configure.in 2001/03/24 06:50:34 1.259
+++ configure.in 2001/03/24 09:18:33 1.260
@@ -36,12 +36,10 @@
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