From: Ryan Bloom Date: Thu, 11 Jan 2001 06:10:50 +0000 (+0000) Subject: Add a quick note about external modules. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bf314ea77600501e1af296818358a2326e9ce27;p=apache Add a quick note about external modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87650 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 17df5b0426..3f91a0f3bd 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/01/10 20:33:02 $] +Last modified at [$Date: 2001/01/11 06:10:50 $] Release: @@ -80,6 +80,10 @@ RELEASE SHOWSTOPPERS: libtool installed. This is because the module needs to have its config.m4 incorporated into ./configure, which means "buildconf" must be run. + Note: This is in part because we have removed the "extra" directory. + In the Apache-2.0 repository, this directory had a config.m4 + file that allowed people to add external modules by + specifying --with-module on the configure line. RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * The directives to setup output filters need to be re-visited. These