You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2004/02/25 16:26:24 UTC

cvs commit: jakarta-tomcat-connectors/jk/native buildconf.sh

jfclere     2004/02/25 07:26:24

  Modified:    jk/native buildconf.sh
  Log:
  PR 11008. The -i seems useless.
  
  Revision  Changes    Path
  1.8       +2 -2      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- buildconf.sh	28 May 2002 07:54:24 -0000	1.7
  +++ buildconf.sh	25 Feb 2004 15:26:24 -0000	1.8
  @@ -6,7 +6,7 @@
   #aclocal --acdir=`aclocal --print-ac-dir`
   #aclocal --acdir=/usr/local/share/aclocal
   aclocal
  -echo "automake -a --foreign -i --copy"
  -automake -a --foreign -i --copy
  +echo "automake -a --foreign --copy"
  +automake -a --foreign --copy
   echo "autoconf"
   autoconf
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org