summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2001-01-12 04:44:47 +0000
committerJim Jagielski <jim@apache.org>2001-01-12 04:44:47 +0000
commit240a92da44b7ae5007b06ebd7347d636266887d3 (patch)
treef1d30e1e06e25563c7841284698392a8d30d2228 /INSTALL
parent0354d220d89200ff18daaf651681ac14bc1c1cfa (diff)
downloadhttpd-240a92da44b7ae5007b06ebd7347d636266887d3.tar.gz
Not the best explanation, but at least the start of one
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 6 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index a27281ac14..c24dc4747b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -165,6 +165,8 @@
[INCLUDES=...] [LDFLAGS_SHLIB_EXPORT=...]
[LDFLAGS=...] [RANLIB=...]
[LIBS=...] [DEPS=...]
+ [NOTEST_CFLAGS=...]
+ [NOTEST_LDFLAGS=...]
./configure
[--quiet] [--prefix=DIR] [--enable-NAME=(shared)]
[--verbose] [--exec-prefix=PREFIX] [--disable-NAME]
@@ -190,9 +192,10 @@
Use the CC, OPTIM, CFLAGS, INCLUDES, LDFLAGS, LIBS, CFLAGS_SHLIB,
LD_SHLIB, LDFLAGS_SHLIB, LDFLAGS_SHLIB_EXPORT, RANLIB, DEPS and
- TARGET environment variables to override the corresponding
- default entries in the src/Configuration.tmpl file (see there for
- more information about their usage).
+ TARGET environment variables to override and expand the corresponding
+ default entries as determined by configure. Use NOTEST_CFLAGS
+ and NOTEST_LDFLAGS to add entries that should be used only during
+ the actual build and compilation of Apache, such as -Werror.
Use the --prefix=PREFIX and --exec-prefix=EPREFIX options to
configure Apache to use a particular installation prefix. The