]> granicus.if.org Git - apache/commitdiff
We have been installing config.nice in build/ for a while, so we might
authorJoshua Slive <slive@apache.org>
Wed, 25 May 2005 19:42:08 +0000 (19:42 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 25 May 2005 19:42:08 +0000 (19:42 +0000)
as well tell people about it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178520 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.xml

index 86029d4d5cde04c2f2c2eb9ca9c80ce83cca9d5f..6541d293867b85e9d3c15d28b947cbcaad06879a 100644 (file)
@@ -353,14 +353,15 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
     work.  (This is only valid for versions after 2.0.41; earlier
     versions have incompatible changes.)</p>
 
-    <p>If you kept the source tree from your last installation,
-    upgrading is even easier.  The file <code>config.nice</code> in
-    the root of the old source tree contains the exact
-    <program>configure</program> command line that you used to configure the
-    source tree.  Then to upgrade from one version to the next, you
-    need only copy the <code>config.nice</code> file to the source
-    tree of the new version, edit it to make any desired changes, and
-    then run:</p>
+    <p>To upgrade across minor versions, start by finding the file
+    <code>config.nice</code> in the <code>build</code> directory of
+    your installed server or at the root of the source tree for your
+    old install.  This will contain the exact
+    <program>configure</program> command line that you used to
+    configure the source tree.  Then to upgrade from one version to
+    the next, you need only copy the <code>config.nice</code> file to
+    the source tree of the new version, edit it to make any desired
+    changes, and then run:</p>
 
     <example>
     $ ./config.nice<br />