]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Wed, 14 Nov 2007 14:23:35 +0000 (14:23 +0000)
committerAndré Malo <nd@apache.org>
Wed, 14 Nov 2007 14:23:35 +0000 (14:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594897 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/configure.html.en
docs/manual/programs/configure.xml.ko

index 60e16beb4a2bb492edc0eeb43d0f7e357caef41c..37ac5dc5f4414b3394caa2fad49192b44dcf8c30 100644 (file)
           </code></p></div>
           <p>will compile most modules and build them as DSO modules.
             </p>
-         <p><em><strong>Caveat: </strong></em><code> --enable-mods-shared=all </code> does not
-               actually build all modules. To build all modules then, one might use:
-       <div class="example"><p><code>./configure \ <br />
-               --with-ldap \ <br />
-               --enable-mods-shared="all ssl ldap cache proxy authn_alias mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache" </code></p></div>
-         </p>
+          <p><strong>Caveat:</strong>
+          <code>--enable-mods-shared=all</code> does not actually build all
+          modules. To build all modules then, one might use:</p>
+          <div class="example"><p><code>
+            ./configure \<br />
+            <span class="indent">
+                --with-ldap \<br />
+                --enable-mods-shared="all ssl ldap cache proxy authn_alias mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache"
+            </span>
+          </code></p></div>
         </dd>
-                    
+
         <dt><code>--enable-modules=<var>MODULE-LIST</var></code></dt>
         <dd>This option behaves similar to <code>--enable-mods-shared</code>, 
           but will link the given modules statically. This mean, these modules
index 08843f3b9b90ba7d839ac48d117d742c23d80326..9cbe31fa0955330e3bd61fc5d4725a79f435324b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:591370 (outdated) -->
+<!-- English Revision: 105989:594892 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more