jfclere 2004/02/06 01:43:06 Modified: jk/native2 buildconf.sh README.txt Log: Remove the automake cache. And adjust README to the buildconf.sh location. Revision Changes Path 1.8 +3 -0 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.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- buildconf.sh 28 May 2002 07:52:27 -0000 1.7 +++ buildconf.sh 6 Feb 2004 09:43:06 -0000 1.8 @@ -1,5 +1,8 @@ #!/bin/sh +echo "rm autom4te.cache" +rm -rf autom4te.cache + echo "libtoolize --force --automake --copy" libtoolize --force --automake --copy echo "aclocal" 1.5 +1 -1 jakarta-tomcat-connectors/jk/native2/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/README.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- README.txt 16 Sep 2003 07:38:51 -0000 1.4 +++ README.txt 6 Feb 2004 09:43:06 -0000 1.5 @@ -51,7 +51,7 @@ When the APR sources are in place, we need to create the configure scripts. It is done by running the command: - ./support/buildconf.sh + ./buildconf.sh WARNING:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
