summaryrefslogtreecommitdiff
path: root/apr-config.in
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2003-02-22 09:10:52 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2003-02-22 09:10:52 +0000
commitb58ba4b3c149cfdcb49b4a4d36e70197b8208c6b (patch)
treee36ec1d7ae98440f8d6574ea50e8fea100d0511b /apr-config.in
parentae0e33ff1ee97ed8c5ba267f4d1f05baa21ab367 (diff)
downloadapr-b58ba4b3c149cfdcb49b4a4d36e70197b8208c6b.tar.gz
If we have realpath available, we need to transform APR_SOURCE_DIR too.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64370 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr-config.in')
-rw-r--r--apr-config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/apr-config.in b/apr-config.in
index b49e119c2..643d0d79d 100644
--- a/apr-config.in
+++ b/apr-config.in
@@ -126,6 +126,7 @@ thisdir="`cd $thisdir && pwd`"
# Otherwise, being in a symlinked dir may result in incorrect output.
if test -x "`which realpath 2>/dev/null`"; then
thisdir="`realpath $thisdir`"
+ APR_SOURCE_DIR="`realpath $APR_SOURCE_DIR`"
fi
if test -d $bindir; then
tmpbindir="`cd $bindir && pwd`"