From: Jim Jagielski Date: Thu, 2 Sep 2004 13:18:13 +0000 (+0000) Subject: Allow for the use of --with-module=foo:bar where the ./modules/foo X-Git-Tag: 2.1.1~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5097accfb6afca011c42a70347a5e730a1e706a;p=thirdparty%2Fapache%2Fhttpd.git Allow for the use of --with-module=foo:bar where the ./modules/foo directory is local only. Assumes, of course, that the required files are in ./modules/foo, but makes it easier to statically build/log "external" modules. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104934 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/config5.m4 b/modules/config5.m4 index 2e08581731f..eec9ec4f77e 100644 --- a/modules/config5.m4 +++ b/modules/config5.m4 @@ -37,6 +37,8 @@ EOF mv $modpath_current/modules.mk.tmp $modpath_current/modules.mk fi MODLIST="$MODLIST $module" + MODULE_DIRS="$MODULE_DIRS $modtype" + APACHE_FAST_OUTPUT($modpath_current/Makefile) AC_MSG_RESULT(added $withval) ], [ AC_MSG_RESULT(no extra modules)