]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
--with-module can now take more than one module to be statically
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 4 Feb 2005 17:14:12 +0000 (17:14 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 4 Feb 2005 17:14:12 +0000 (17:14 +0000)
commitfb101974cf481ff61b43a9b42ea675051ddde777
tree55435311175c4e47ab801952d9199d6cbb82a4c7
parentd142dc1707ef94fe2c8737c42737bb6e3b11cce6
--with-module can now take more than one module to be statically
linked: --with-module=<modtype>:<modfile>,<modtype>:<modfile>,...
If the <modtype>-subdirectory doesn't exist it will be created and
populated with a standard Makefile.in.

MFC: 124600
Reviewed by: erikabele, jerenkrantz, fielding

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@151372 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/programs/configure.xml
modules/config5.m4