diff options
author | Erik Abele <erikabele@apache.org> | 2003-11-14 00:14:56 +0100 |
---|---|---|
committer | Erik Abele <erikabele@apache.org> | 2003-11-14 00:14:56 +0100 |
commit | c6c263e6fb822c4cbb556ddae3ad50a9d043ddb7 (patch) | |
tree | 637f0bfe19203b805e2058c94d27b113ede92e64 /docs/manual/programs/configure.xml | |
parent | sync with stable branch (diff) | |
download | apache2-c6c263e6fb822c4cbb556ddae3ad50a9d043ddb7.tar.xz apache2-c6c263e6fb822c4cbb556ddae3ad50a9d043ddb7.zip |
Forwardport Kess' fixes (r. 1.1.2.3).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/configure.xml')
-rw-r--r-- | docs/manual/programs/configure.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 5a2cfb8568..7cd19611de 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -65,7 +65,7 @@ <dt><code>-n</code></dt> <dt><code>--no-create</code></dt> - <dd>The <code>configure</code> script is running normally but does + <dd>The <code>configure</code> script is run normally but does not create output files. This is useful to check the test results before generating makefiles for compilation.</dd> @@ -208,7 +208,7 @@ <section id="systemtypes"><title>System types</title> - <p>These options are used to crosscompile the Apache HTTP Server to run on + <p>These options are used to cross-compile the Apache HTTP Server to run on another system. In normal cases, when building and running the server on the same system, these options are not used.</p> |