]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Allow buildconf to find the config.m4 files in the correct order. This
authorRyan Bloom <rbb@apache.org>
Tue, 26 Dec 2000 21:39:35 +0000 (21:39 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 26 Dec 2000 21:39:35 +0000 (21:39 +0000)
commitceeb431beb8db1eb7a9e959ff53684b2313bf9fe
tree0949f3b4cf128bb2aeeec5dea26d3f3504af0d70
parentb2950202c659e97c1b646f030b89a4b15ff564bc
Allow buildconf to find the config.m4 files in the correct order.  This
allows the decisions made in one config.m4 file to be based on decisions
made in previous config.m4 files.  For example, the config.m4 in the
generators config.m4 can choose the correc cgi module based on which MPM
is chosen.

To do this, we find all filenames config*.m4, and then we re-order the
filename so that it looks like:  *config.m4/path/to/file.  Once all files
are in this format, we sort the files, and then re-arrange the file names
again to put them in the correct order.  There may be better ways to do
this, but I couldn't find a portable way to call sort so that this would
work.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87526 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
build/build.mk