You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/02/03 11:32:32 UTC

cvs commit: apr-util/xml/expat buildconf.sh

jorton      2004/02/03 02:32:32

  Modified:    .        buildconf
               xml/expat buildconf.sh
  Log:
  * buildconf, xml/expat/buildconf.sh: Remove autoconf caches after
  running autoconf too.
  
  Revision  Changes    Path
  1.10      +3 -0      apr-util/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/apr-util/buildconf,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -b -d -u -r1.9 -r1.10
  --- buildconf	4 Feb 2003 14:22:56 -0000	1.9
  +++ buildconf	3 Feb 2004 10:32:32 -0000	1.10
  @@ -65,3 +65,6 @@
     echo "Invoking xml/expat/buildconf.sh ..."
     (cd xml/expat; ./buildconf.sh)
   fi
  +
  +# Remove autoconf cache again
  +rm -rf autom4te*.cache
  
  
  
  1.13      +3 -0      apr-util/xml/expat/buildconf.sh
  
  Index: buildconf.sh
  ===================================================================
  RCS file: /home/cvs/apr-util/xml/expat/buildconf.sh,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -b -d -u -r1.12 -r1.13
  --- buildconf.sh	15 Jan 2004 14:49:07 -0000	1.12
  +++ buildconf.sh	3 Feb 2004 10:32:32 -0000	1.13
  @@ -60,4 +60,7 @@
   ### do some work to toss config.cache?
   ${AUTOCONF:-autoconf} 2>&1 | grep -v "$cross_compile_warning"
   
  +# Remove autoconf caches
  +rm -rf autom4te*.cache
  +
   exit 0