jfclere     01/06/05 04:03:59

  Added:       jk/src/native buildconf
  Log:
  Shell script to build the configure tools out of "CVS" and libtool.
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat-connectors/jk/src/native/buildconf
  
  Index: buildconf
  ===================================================================
  #JAVA_HOME=""
  echo "libtoolize --force --automake"
  libtoolize --force --automake
  echo "automake -a --foreign -i"
  automake -a --foreign -i
  echo "aclocal"
  #aclocal --acdir=`aclocal --print-ac-dir`
  #aclocal --acdir=/usr/local/share/aclocal
  aclocal
  echo "autoconf"
  autoconf
  
  
  

Reply via email to