jfclere     2004/07/23 01:06:30

  Modified:    jk/native buildconf.sh
  Log:
  Remove the automake cache directory.
  
  Revision  Changes    Path
  1.10      +6 -0      jakarta-tomcat-connectors/jk/native/buildconf.sh
  
  Index: buildconf.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/buildconf.sh,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- buildconf.sh      13 Jul 2004 10:57:02 -0000      1.9
  +++ buildconf.sh      23 Jul 2004 08:06:30 -0000      1.10
  @@ -1,5 +1,8 @@
   #!/bin/sh
   
  +echo "rm autom4te.cache"
  +rm -rf autom4te.cache
  +
   echo "libtoolize --force --automake --copy"
   libtoolize --force --automake --copy
   echo "aclocal"
  @@ -12,3 +15,6 @@
   automake -a --foreign --copy
   echo "autoconf"
   autoconf
  +
  +echo "rm autom4te.cache"
  +rm -rf autom4te.cache
  
  
  

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

Reply via email to