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 <mailto:[EMAIL PROTECTED]>
   # @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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to