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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@178522 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.xml

index 6cff66f2d4c5e85c38f1a3f2ba74579c294f703f..5bf0484350213787dc6dcb4e25ae84974061dc25 100644 (file)
@@ -353,14 +353,15 @@ $ tar xvf httpd-2_0_<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 />