]> granicus.if.org Git - apache/commitdiff
Document the changes in how
authorJim Jagielski <jim@apache.org>
Fri, 12 Jan 2001 04:16:37 +0000 (04:16 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 12 Jan 2001 04:16:37 +0000 (04:16 +0000)
hints.m4 works and the additional of NOTEST_*

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87667 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index fa75640c83612d1a0ffee77cc2d1fe0174e9232c..08314c17757ad042a7d0d6bb752f344a82b3b4a7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
 Changes with Apache 2.0b1
 
+  *) Some adjustment on the handling and automatic setting (via
+     hints.m4) of various compilation flags (eg: CFLAGS). Also,
+     add the capability to specify flags (NOTEST_CFLAGS and
+     NOTEST_LDFLAGS) which are used to compile Apache, but
+     not used during the configuration process. Useful for
+     flags like "-Werror". [Jim Jagielski]
+
   *) Stop using environment variables to force debug mode or
      no detach.  We now use the -D command line argument to 
      specify the correct mode.  -DONE_PROCESS and -DNO_DETACH.