Explain some things

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724360 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2008-12-08 14:31:30 +00:00
parent 826cb7f002
commit c27585f6e4

View File

@ -0,0 +1,9 @@
The config.m4 file that normally would be located
in this directory is actually concatted to the end
of ../config.m4 (ie: modules/proxy/config.m4).
This is done to force the correct loading of the
submodules. So if additional bundled LB submodules are
added, ../config.m4 must be updated as well.
There is likely a better way to do this...