You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2019/01/15 18:12:40 UTC

[tcl-rivet] branch 3.1 updated: adding automatic reference to current version in configure command example

This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git


The following commit(s) were added to refs/heads/3.1 by this push:
     new 533b447  adding automatic reference to current version in configure command example
533b447 is described below

commit 533b447bb161c0c9a4a4012b95890125046d8464
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Tue Jan 15 18:38:00 2019 +0100

    adding automatic reference to current version in configure command example
---
 doc/xml/installation.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/xml/installation.xml b/doc/xml/installation.xml
index 861a2a5..a60d81c 100644
--- a/doc/xml/installation.xml
+++ b/doc/xml/installation.xml
@@ -2,7 +2,7 @@
     <title>Apache Rivet &version; Installation</title>
     <procedure>
         <para> 
-            Rivet &version; runs with the Apache 2.2.x and 2.4.x HTTP web servers. 
+            Rivet &version; runs with the Apache 2.4.x HTTP web server. 
             It is known to build and run on various Linux distributions 
             (Debian &amp; Ubuntu, Redhat, SuSE and CentOS), FreeBSD and OpenBSD. For some
             of these Unix-like operative systems 
@@ -259,7 +259,7 @@ tar -xvf rivet-&fullversion;.tar.gz</programlisting>
 	    </para>
 <programlisting>./configure --with-tcl=/usr/lib/tcl8.6/ --with-tclsh=/usr/bin/tclsh8.6 \
 	    --with-apxs=/usr/local/apache2/bin/apxs --with-apache=/usr/local/apache2 \
-	    --with-rivetlib-target-dir=/usr/local/apache2/rivet3.0</programlisting>
+	    --with-rivetlib-target-dir=/usr/local/apache2/rivet&version;</programlisting>
 	  </step>
 	  <step>
 	    <title>Run make</title>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org