jfclere     02/05/22 08:46:33

  Modified:    jk/native buildconf.sh
  Log:
  Add the files symlinked by automake.
  
  Revision  Changes    Path
  1.6       +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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- buildconf.sh      22 May 2002 15:32:51 -0000      1.5
  +++ buildconf.sh      22 May 2002 15:46:32 -0000      1.6
  @@ -2,8 +2,8 @@
   
   echo "libtoolize --force --automake --copy"
   libtoolize --force --automake --copy
  -echo "automake -a --foreign -i"
  -automake -a --foreign -i
  +echo "automake -a --foreign -i --copy"
  +automake -a --foreign -i --copy
   echo "aclocal"
   #aclocal --acdir=`aclocal --print-ac-dir`
   #aclocal --acdir=/usr/local/share/aclocal
  
  
  

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

Reply via email to