]> granicus.if.org Git - apache/commitdiff
Allow for the use of --with-module=foo:bar where the ./modules/foo
authorJim Jagielski <jim@apache.org>
Thu, 2 Sep 2004 13:18:13 +0000 (13:18 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 2 Sep 2004 13:18:13 +0000 (13:18 +0000)
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

modules/config5.m4

index 2e08581731f15e3be55984694e6ae29c5b2f89a5..eec9ec4f77e2f80dc605b052963b1c75cc1cd289 100644 (file)
@@ -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)