jfclere 02/05/28 00:54:24 Modified: jk/native buildconf.sh Log: put automake after aclocal. Revision Changes Path 1.7 +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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- buildconf.sh 22 May 2002 15:46:32 -0000 1.6 +++ buildconf.sh 28 May 2002 07:54:24 -0000 1.7 @@ -2,11 +2,11 @@ echo "libtoolize --force --automake --copy" libtoolize --force --automake --copy -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 aclocal +echo "automake -a --foreign -i --copy" +automake -a --foreign -i --copy echo "autoconf" autoconf
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>