Return-Path: Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 92163 invoked by uid 1098); 8 Jan 2001 23:02:59 -0000 Date: 8 Jan 2001 23:02:59 -0000 Message-ID: <20010108230259.92161.qmail@apache.org> From: sascha@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr apr_common.m4 sascha 01/01/08 15:02:59 Modified: . apr_common.m4 Log: 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. Revision Changes Path 1.10 +1 -1 apr/apr_common.m4 Index: apr_common.m4 =================================================================== RCS file: /home/cvs/apr/apr_common.m4,v retrieving revision 1.9 retrieving revision 1.10 diff -u -u -r1.9 -r1.10 --- apr_common.m4 2000/11/29 23:11:21 1.9 +++ apr_common.m4 2001/01/08 23:02:56 1.10 @@ -9,7 +9,7 @@ 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