]> granicus.if.org Git - apache/commitdiff
Not the best explanation, but at least the start of one
authorJim Jagielski <jim@apache.org>
Fri, 12 Jan 2001 04:44:47 +0000 (04:44 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 12 Jan 2001 04:44:47 +0000 (04:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87668 13f79535-47bb-0310-9956-ffa450edef68

INSTALL

diff --git a/INSTALL b/INSTALL
index a27281ac14a2f661b94b524de45e02ed3a77d572..c24dc4747b263f519fe1401279d8d848ff82405e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
        [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]
 
      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