From: Jim Jagielski Date: Fri, 12 Jan 2001 04:16:37 +0000 (+0000) Subject: Document the changes in how X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0354d220d89200ff18daaf651681ac14bc1c1cfa;p=apache Document the changes in how 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 --- diff --git a/CHANGES b/CHANGES index fa75640c83..08314c1775 100644 --- 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.