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
  
  
  

Reply via email to