summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2002-08-01 05:23:18 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2002-08-01 05:23:18 +0000
commitdaea656ff90a6097e57c5509ae3195faa9cf4e47 (patch)
treec97888ce6ddf44d662653fe9820ce497bde286d1 /Makefile.in
parent7ae4ce3228fa62600f7e7f08aedb37ac9c96c5ac (diff)
downloadlibapr-daea656ff90a6097e57c5509ae3195faa9cf4e47.tar.gz
Fix autoconf-2.53+ brokeness which uses a faulty top_builddir macro.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7b5b47da4..ace243bab 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -43,8 +43,8 @@ includedir=@includedir@
installbuilddir=@installbuilddir@
srcdir=@srcdir@
VPATH=@srcdir@
-top_srcdir=@top_srcdir@
-top_blddir=@top_builddir@
+top_srcdir=@apr_srcdir@
+top_blddir=@apr_builddir@
EXPORT_FILES = $(top_srcdir)/include/*.h