From 97b2d0845f457879467509c1c14c49283381a7e0 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Fri, 12 Jan 2001 04:16:37 +0000 Subject: [PATCH] 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 --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.50.1