]> granicus.if.org Git - apache/commit
Fix usage of MOD_* variables for MPM modules
authorStefan Fritsch <sf@apache.org>
Sun, 7 Oct 2012 08:56:45 +0000 (08:56 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 7 Oct 2012 08:56:45 +0000 (08:56 +0000)
commit67fde08ec75c0228b635e35421339333653a7c2c
tree31e3e649adc42131e1ed45f77d63293f08b44db0
parentc2b7802e781264ae1f1107e0b2d68ac5d63783fb
Fix usage of MOD_* variables for MPM modules

r1385216 broke building of mpm event with serf support. To fix,

* introduce APACHE_MPMPATH_INIT/FINISH similar to
  APACHE_MODPATH_INIT/FINISH to create modules.mk and add
  MOD_* vars to it.
* change APACHE_MPM_MODULE to only append to modules.mk, not
  overwrite
* add APACHE_MPMPATH_INIT/FINISH to all MPMs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1395252 13f79535-47bb-0310-9956-ffa450edef68
acinclude.m4
server/mpm/event/config3.m4
server/mpm/mpmt_os2/config5.m4
server/mpm/prefork/config3.m4
server/mpm/simple/config3.m4
server/mpm/winnt/config3.m4
server/mpm/worker/config3.m4