summaryrefslogtreecommitdiff
path: root/apr-config.in
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-02-15 08:43:46 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-02-15 08:43:46 +0000
commit70e768adb4041be03f8f0444e2c96c0a28511213 (patch)
tree37bd6a2c68cb7739931dc07c5be9c53a6dd3297a /apr-config.in
parenta04af717e238022b2c6f3bd88894e811d093ad97 (diff)
downloadapr-70e768adb4041be03f8f0444e2c96c0a28511213.tar.gz
Add autoconf-2.52f+ support. (It sets abs_builddir to be relative not
absolute!) Submitted by: Blair Zajac <blair@orcaware.com> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62988 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr-config.in')
-rw-r--r--apr-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/apr-config.in b/apr-config.in
index 51d207031..0f87a414a 100644
--- a/apr-config.in
+++ b/apr-config.in
@@ -70,7 +70,7 @@ LDFLAGS="@EXTRA_LDFLAGS@"
LIBS="@EXTRA_LIBS@"
EXTRA_INCLUDES="@EXTRA_INCLUDES@"
SHLIBPATH_VAR="@shlibpath_var@"
-APR_SOURCE_DIR="@abs_srcdir@"
+APR_SOURCE_DIR="@apr_srcdir@"
APR_SO_EXT="@so_ext@"
APR_LIB_TARGET="@export_lib_target@"