summaryrefslogtreecommitdiff
path: root/build/config-stubs
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly list in which directories to look for config*.m4 files.Stefan Fritsch2013-11-161-1/+1
| | | | | | | | | | | | If some distributor patches a config*.m4 file with quilt, that will place a copy of the original file in .pc/ . Doing a naive "find ." will then cause both the original and the patched m4 file to be included, causing havoc later on. PR: 55787 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1542615 13f79535-47bb-0310-9956-ffa450edef68
* *) simplify config file list construction (especially the second sedGreg Stein2000-12-311-6/+23
| | | | | | | | | | expression). *) comment extensively. *) process into lines which are always guaranteed to sort properly -- don't rely on sort switches or whether "" sorts (numerically) less than "1". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87557 13f79535-47bb-0310-9956-ffa450edef68
* Find all config.m4 files when building generated_lists. Also, convertRyan Bloom2000-12-301-1/+1
| | | | | | | | | | the sort to use 'sort -n -b'. These arguments are specified by single unix, so they should be portable. This restores the ability to order the config.m4 files. Submitted by: Dale Ghent <daleg@elemental.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87555 13f79535-47bb-0310-9956-ffa450edef68
* Get rid of the "-g" on sort.Jeff Trawick2000-12-301-1/+1
| | | | | | | | | | | | | | | | | | With GNU sort 2.0 (which ships with Mandrake 7.2), the -g makes a difference in the sinclude order (which I assume is an intended difference which I have just broken). With GNU sort 1.2 (which ships with RedHat 6.0), the -g is accepted but is not documented and makes no difference in the result. Thus systems with GNU sort 1.2 were broken before and are still broken with respect to the order of the sinclude statements. With OS/390, Tru64, Solaris, and now I think AIX, -g was not accepted at all by sort so the output of this was broken and Apache would not build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87554 13f79535-47bb-0310-9956-ffa450edef68
* Finish up the config.m4 file overhaul, so that we can load config.m4 filesRyan Bloom2000-12-261-4/+6
| | | | | | | in order. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87528 13f79535-47bb-0310-9956-ffa450edef68
* The second part of the big autoconf patch, which actually adds autoconfManoj Kasichainula1999-11-291-0/+8
building to the tree. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84187 13f79535-47bb-0310-9956-ffa450edef68