summaryrefslogtreecommitdiff
path: root/apr_common.m4
diff options
context:
space:
mode:
authorsascha <sascha@13f79535-47bb-0310-9956-ffa450edef68>2001-01-08 23:02:56 +0000
committersascha <sascha@13f79535-47bb-0310-9956-ffa450edef68>2001-01-08 23:02:56 +0000
commit9762745a042d95d202745c1e2f29f8381ae69370 (patch)
treebd1212bd33e750d85885c5c40fd348cc0354cd44 /apr_common.m4
parent1cdeeaff183fd7ab1467d08cb6dfb1e26d4956f0 (diff)
downloadlibapr-9762745a042d95d202745c1e2f29f8381ae69370.tar.gz
Since this macro is used by other packages, which don't necessarily
include the helpers directory in the same directory structure, we rely on the user of this macro to supply the correct path to the mkdir helpers script. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61031 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr_common.m4')
-rw-r--r--apr_common.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/apr_common.m4 b/apr_common.m4
index 24276364c..cd0bcbbd2 100644
--- a/apr_common.m4
+++ b/apr_common.m4
@@ -9,7 +9,7 @@ AC_DEFUN(RUN_SUBDIR_CONFIG_NOW, [
ac_popdir=`pwd`
ac_abs_srcdir=`(cd $srcdir/$1 && pwd)`
apr_config_subdirs="$1"
- test -d $1 || $srcdir/helpers/mkdir.sh $1
+ test -d $1 || $MKDIR $1
cd $1
changequote(, )dnl