Commit 8f43fff7 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Explain some things


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724360 13f79535-47bb-0310-9956-ffa450edef68
parent 3f25940d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
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...