You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/05/14 02:30:25 UTC

svn commit: r774607 - in /tomcat/connectors/trunk/jk: native/BUILDING.txt xdocs/miscellaneous/changelog.xml xdocs/webserver_howto/apache.xml

Author: rjung
Date: Thu May 14 00:30:25 2009
New Revision: 774607

URL: http://svn.apache.org/viewvc?rev=774607&view=rev
Log:
Update information about tools needed to create a release.

Modified:
    tomcat/connectors/trunk/jk/native/BUILDING.txt
    tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
    tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml

Modified: tomcat/connectors/trunk/jk/native/BUILDING.txt
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/BUILDING.txt?rev=774607&r1=774606&r2=774607&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/BUILDING.txt (original)
+++ tomcat/connectors/trunk/jk/native/BUILDING.txt Thu May 14 00:30:25 2009
@@ -30,7 +30,10 @@
  
   It is possible to use autoconf for configuration and installation.
   To create tomcat-connectors's autoconf script, you will need libtool
-  1.5.2 or higher, and autoconf 2.59 or newer.
+  1.5.2, automake 1.10 and autoconf 2.59 or newer. The use of more recent
+  versions is encouraged, e.g. for reliable detection of the features of
+  recent version of operating systems.
+
   Those tools will not be required if you are just
   using a package downloaded from apache.org, they are only required for
   developers.

Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?rev=774607&r1=774606&r2=774607&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Thu May 14 00:30:25 2009
@@ -44,6 +44,9 @@
   <subsection name="Native">
     <changelog>
       <update>
+        Docs: Update information about tools needed to create a release. (rjung)
+      </update>
+      <update>
         Build: Force copy of automake files. (rjung)
       </update>
     </changelog>

Modified: tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml?rev=774607&r1=774606&r2=774607&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml Thu May 14 00:30:25 2009
@@ -868,8 +868,10 @@
 In case you get source from subversion, ie without an existing configure script,
 you should have autoconf for configuration and installation.
 <p>
-To create tomcat-connectors's autoconf script, you will need libtool 1.5.2 or higher,
-and autoconf 2.59 or newer.
+To create tomcat-connectors's autoconf script, you will need libtool
+1.5.2, automake 1.10 and autoconf 2.59 or newer. The use of more recent
+versions is encouraged, e.g. for reliable detection of the features of
+recent version of operating systems.
 </p><p>
 Those tools will not be required if you are just using a package downloaded from apache.org,
 they are only required for developers.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org