You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/03/25 13:22:04 UTC

svn commit: r927365 - in /httpd/httpd/trunk/docs/manual: install.html.en install.xml

Author: rbowen
Date: Thu Mar 25 12:22:04 2010
New Revision: 927365

URL: http://svn.apache.org/viewvc?rev=927365&view=rev
Log:
Invalid syntax for the configure script.

Modified:
    httpd/httpd/trunk/docs/manual/install.html.en
    httpd/httpd/trunk/docs/manual/install.xml

Modified: httpd/httpd/trunk/docs/manual/install.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/install.html.en?rev=927365&r1=927364&r2=927365&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/install.html.en (original)
+++ httpd/httpd/trunk/docs/manual/install.html.en Thu Mar 25 12:22:04 2010
@@ -231,7 +231,7 @@ $ tar xvf httpd-<em>NN</em>.tar
     <code>mod_</code> string removed and with any underscore converted
     to a dash.  You can also choose to compile modules as <a href="dso.html">shared objects (DSOs)</a> -- which can be loaded
     or unloaded at runtime -- by using the option
-    <code>--enable-<var>module</var>=shared</code>.  Similarly, you can
+    <code>--enable-mods-shared</code>.  Similarly, you can
     disable Base modules with the
     <code>--disable-<var>module</var></code> option.  Be careful when
     using these options, since <code class="program"><a href="./programs/configure.html">configure</a></code> cannot warn you
@@ -256,8 +256,9 @@ $ tar xvf httpd-<em>NN</em>.tar
 <div class="example"><p><code>
       $ CC="pgcc" CFLAGS="-O2" \<br />
        ./configure --prefix=/sw/pkg/apache \<br />
-       --enable-rewrite=shared \<br />
-       --enable-speling=shared
+       --enable-rewrite \<br />
+       --enable-speling \<br />
+       --enable-mods-shared="rewrite speling"
 </code></p></div>
 
     <p>When <code class="program"><a href="./programs/configure.html">configure</a></code> is run it will take several minutes to

Modified: httpd/httpd/trunk/docs/manual/install.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/install.xml?rev=927365&r1=927364&r2=927365&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/install.xml (original)
+++ httpd/httpd/trunk/docs/manual/install.xml Thu Mar 25 12:22:04 2010
@@ -234,7 +234,7 @@ $ tar xvf httpd-<em>NN</em>.tar
     to a dash.  You can also choose to compile modules as <a
     href="dso.html">shared objects (DSOs)</a> -- which can be loaded
     or unloaded at runtime -- by using the option
-    <code>--enable-<var>module</var>=shared</code>.  Similarly, you can
+    <code>--enable-mods-shared</code>.  Similarly, you can
     disable Base modules with the
     <code>--disable-<var>module</var></code> option.  Be careful when
     using these options, since <program>configure</program> cannot warn you
@@ -259,8 +259,9 @@ $ tar xvf httpd-<em>NN</em>.tar
 <example>
       $ CC="pgcc" CFLAGS="-O2" \<br />
        ./configure --prefix=/sw/pkg/apache \<br />
-       --enable-rewrite=shared \<br />
-       --enable-speling=shared
+       --enable-rewrite \<br />
+       --enable-speling \<br />
+       --enable-mods-shared="rewrite speling"
 </example>
 
     <p>When <program>configure</program> is run it will take several minutes to