You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2003/09/12 11:05:57 UTC

cvs commit: jakarta-commons/daemon/src/native/unix/support buildconf.sh

jfclere     2003/09/12 02:05:57

  Modified:    daemon/src/native/unix/support buildconf.sh
  Log:
  remove automake cache directory.
  
  Revision  Changes    Path
  1.2       +4 -1      jakarta-commons/daemon/src/native/unix/support/buildconf.sh
  
  Index: buildconf.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/src/native/unix/support/buildconf.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- buildconf.sh	4 Sep 2003 23:28:20 -0000	1.1
  +++ buildconf.sh	12 Sep 2003 09:05:57 -0000	1.2
  @@ -59,6 +59,9 @@
   # @author  Pier Fumagalli <ma...@eng.sun.com>
   # @version $Id$
   
  +# The cache of automake always brings problems when changing *.m4 files.
  +rm -rf autom4te.cache
  +
   if test -f configure.in ; then
     autoconf
     if test $? -ne 0 ; then