summaryrefslogtreecommitdiff
path: root/build/find_apr.m4
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2010-07-25 17:36:05 +0000
committerRainer Jung <rjung@apache.org>2010-07-25 17:36:05 +0000
commit184d02286f457bcecd4370bc253cabdd0d68b6ea (patch)
treef36e93e2ed70806efcefbf720e22a543b40e3fe0 /build/find_apr.m4
parent9142f78eafe3ce94975e692c9b8ce2fcc7cc45e0 (diff)
downloadapr-184d02286f457bcecd4370bc253cabdd0d68b6ea.tar.gz
Quote argument when used.
Choosing the same style as in the "sed" command directly below. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@979074 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/find_apr.m4')
-rw-r--r--build/find_apr.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/find_apr.m4 b/build/find_apr.m4
index 88f64a7e3..925e523f8 100644
--- a/build/find_apr.m4
+++ b/build/find_apr.m4
@@ -176,7 +176,7 @@ AC_DEFUN([APR_FIND_APR], [
fi
dnl if we have not found anything yet and have bundled source, use that
if test "$apr_found" = "no" && test -d "$1"; then
- apr_temp_abs_srcdir="`cd $1 && pwd`"
+ apr_temp_abs_srcdir="`cd \"$1\" && pwd`"
apr_found="reconfig"
apr_bundled_major="`sed -n '/#define.*APR_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p' \"$1/include/apr_version.h\"`"
case $apr_bundled_major in