Commit 9d5e3b42 authored by Richard Bowen's avatar Richard Bowen
Browse files

Encourage people to look at ./configure --help

Several people this week have seemed to think that this document should
list all the options. Perhaps that's not entirely unreasonable, but it
isn't going to happen any time soon.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@527129 13f79535-47bb-0310-9956-ffa450edef68
parent 308bbdd5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -242,7 +242,8 @@ $ tar xvf httpd-<em>NN</em>.tar
    location of your compiler, libraries, or header files.  This is
    done by passing either environment variables or command line
    options to <code class="program"><a href="./programs/configure.html">configure</a></code>.  For more information, see the
    <code class="program"><a href="./programs/configure.html">configure</a></code> manual page.</p>
    <code class="program"><a href="./programs/configure.html">configure</a></code> manual page. Or invoke
    <code class="program"><a href="./programs/configure.html">configure</a></code> using the <code>--help</code> option.</p>

    <p>For a short impression of what possibilities you have, here
    is a typical example which compiles Apache for the installation
+2 −1
Original line number Diff line number Diff line
@@ -246,7 +246,8 @@ $ tar xvf httpd-<em>NN</em>.tar
    location of your compiler, libraries, or header files.  This is
    done by passing either environment variables or command line
    options to <program>configure</program>.  For more information, see the
    <program>configure</program> manual page.</p>
    <program>configure</program> manual page. Or invoke
    <program>configure</program> using the <code>--help</code> option.</p>

    <p>For a short impression of what possibilities you have, here
    is a typical example which compiles Apache for the installation