From: Rich Bowen
Date: Tue, 10 Apr 2007 13:11:30 +0000 (+0000)
Subject: Encourage people to look at ./configure --help
X-Git-Tag: 2.3.0~1839
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af143e3418e3984718e5fb86bed1884eaa99737e;p=apache
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
---
diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en
index b2efc869a6..73e830e1c4 100644
--- a/docs/manual/install.html.en
+++ b/docs/manual/install.html.en
@@ -242,7 +242,8 @@ $ tar xvf httpd-NN.tar
location of your compiler, libraries, or header files. This is
done by passing either environment variables or command line
options to configure
. For more information, see the
- configure
manual page.
+ configure
manual page. Or invoke
+ configure
using the --help
option.
For a short impression of what possibilities you have, here
is a typical example which compiles Apache for the installation
diff --git a/docs/manual/install.xml b/docs/manual/install.xml
index 871de78644..663a799324 100644
--- a/docs/manual/install.xml
+++ b/docs/manual/install.xml
@@ -246,7 +246,8 @@ $ tar xvf httpd-NN.tar
location of your compiler, libraries, or header files. This is
done by passing either environment variables or command line
options to configure. For more information, see the
- configure manual page.
+ configure manual page. Or invoke
+ configure using the --help
option.
For a short impression of what possibilities you have, here
is a typical example which compiles Apache for the installation