Commit f8c44a86 authored by Joshua Slive's avatar Joshua Slive
Browse files

Backport:

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
parent eef0a2a0
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -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 />