hgomez      02/05/16 01:47:23

  Modified:    jk/native2 buildconf.sh
  Log:
  use automake (even without automake.am) to make
  sure that install.sh/install-sh are copied to support
  
  Revision  Changes    Path
  1.3       +2 -4      jakarta-tomcat-connectors/jk/native2/buildconf.sh
  
  Index: buildconf.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/buildconf.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- buildconf.sh      14 May 2002 11:15:47 -0000      1.2
  +++ buildconf.sh      16 May 2002 08:47:23 -0000      1.3
  @@ -2,11 +2,9 @@
   
   echo "libtoolize --force --automake"
   libtoolize --force --automake
  -#echo "automake -a --foreign -i"
  -#automake -a --foreign -i
  +echo "automake --copy --add-missing"
  +automake --copy --add-missing
   echo "aclocal"
  -#aclocal --acdir=`aclocal --print-ac-dir`
  -#aclocal --acdir=/usr/local/share/aclocal
   aclocal
   echo "autoconf"
   autoconf
  
  
  

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

Reply via email to