Author: rjung Date: Wed May 13 23:32:52 2009 New Revision: 774597 URL: http://svn.apache.org/viewvc?rev=774597&view=rev Log: Force copy of automake files when running buildconf.sh.
Some of the helper files come with libtool and with automake. We installed them forced from libtool, and then the missing ones from automake. Now let automake overwrite the files it has itself, because automake is the source for these files, so it's likely the ones installed with automake are newer than the libtool ones. Modified: tomcat/connectors/trunk/jk/native/buildconf.sh tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/native/buildconf.sh URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/buildconf.sh?rev=774597&r1=774596&r2=774597&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/buildconf.sh (original) +++ tomcat/connectors/trunk/jk/native/buildconf.sh Wed May 13 23:32:52 2009 @@ -28,7 +28,7 @@ echo "autoheader" autoheader echo "automake -a --foreign --copy" -automake -a --foreign --copy +automake -a --foreign --copy --force-missing echo "autoconf" autoconf Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?rev=774597&r1=774596&r2=774597&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Wed May 13 23:32:52 2009 @@ -43,6 +43,9 @@ <br /> <subsection name="Native"> <changelog> + <update> + Build: Force copy of automake files. (rjung) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org