summaryrefslogtreecommitdiffstats
path: root/build (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get dsos working again by including $(LTFLAGS) on the command-line forJeff Trawick2000-07-311-2/+2
* Clean up rules.mk and add support for building C++ source files.Sascha Schumann2000-07-233-18/+39
* Make Apache use the new APR buildconf script to generate APR and MMRyan Bloom2000-07-141-5/+1
* Stop doing the find for make clean. This was causing us to clean everyRyan Bloom2000-07-101-2/+2
* Fix make distclean and make clean. Before this commit, we only cleanedRyan Bloom2000-07-061-2/+18
* filter out the warning that AC_TRY_RUN gives us while running theGreg Stein2000-07-021-2/+8
* Finish the Configuration cleanup. This basically merges all of theRyan Bloom2000-06-281-2/+2
* Use libtool to compile instead of cc. If we are going to use libtool,Ryan Bloom2000-06-281-1/+1
* Time to jump back into 2.0 again... here are yesterday's updates toWilliam A. Rowe Jr2000-06-172-7/+9
* Rebuild Apache and APR configure scripts when lib/apr/hints.m4 changes.Jeff Trawick2000-06-151-2/+2
* Make dependencies work.Ben Laurie2000-06-111-1/+1
* Eliminate spurious tab.Ben Laurie2000-06-111-1/+1
* Avoid second invocation of cat.Sascha Schumann2000-06-111-3/+1
* PR:William A. Rowe Jr2000-06-011-1/+1
* PR:William A. Rowe Jr2000-05-272-14/+39
* PR:William A. Rowe Jr2000-05-261-3/+7
* PR:William A. Rowe Jr2000-05-262-4/+3
* PR:William A. Rowe Jr2000-05-262-0/+59
* First function removed from Unix MPM's and moved to a common file. ThisRyan Bloom2000-05-191-1/+1
* rebuild mm's configure if mm's aclocal.m4 has been modifiedJeff Trawick2000-05-181-1/+1
* We no longer have to -DHAVE_CONFIG_H on the $(CC) line, because theRyan Bloom2000-05-131-1/+1
* src/build/build2.mk: build PCRE's configure script if needed (when youJeff Trawick2000-05-111-1/+8
* Move the generating empty deps stuff into fastgen.sh. The .deps filesSascha Schumann2000-05-042-4/+4
* The 'portable dirname' shouldn't leave a trailing / on the directory nameBrian Havard2000-05-031-1/+1
* Add VPATH support to Apache:Sascha Schumann2000-04-301-3/+4
* Always create the target directory, if it does not exist. Also use theSascha Schumann2000-04-301-1/+2
* Get rid of last relative include path in our MakefilesSascha Schumann2000-04-301-1/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-303-28/+19
* Get rid of NO_RECURSION. This was originally implemented for PHP and is notSascha Schumann2000-04-291-14/+12
* Add back in the build before install step when using make install.Ryan Bloom2000-04-281-2/+2
* Remove unnecessary rules for .S files which clash with the rules for .s fileBrian Havard2000-04-281-6/+0
* This stops Apache 2.0 from trying to compile the server when we runRyan Bloom2000-04-281-2/+2
* fix path to mm's configure.inJeff Trawick2000-04-271-2/+2
* We should be checking for apr_private.h.in and updating it from now on.Ryan Bloom2000-04-251-3/+3
* Add error checking in case libtoolize is not in path.Ryan Bloom2000-04-071-0/+5
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-318-310/+263
* Remove a trailing slash from library.mk. This slash was causing problemsRyan Bloom2000-03-311-1/+1
* Make dependency generation work on OS/2. The preprocessor outputs \\'s asBrian Havard2000-03-191-1/+2
* Tru64 make uses the wrong directory for includes.Ben Laurie2000-03-181-1/+1
* Remove tabs from blank linesRyan Bloom2000-03-171-3/+3
* Minor nit: use top_srcdir instead of topsrcdir, to be more consistentManoj Kasichainula2000-03-154-8/+7
* even more distclean goodness (there's still more... time for zzz though)dgaudet2000-03-141-1/+1
* it's more traditional in autoconf projects for "make distclean" to cleandgaudet2000-03-141-1/+1
* some messed up comments... just copied in the license again from main/http_ma...dgaudet2000-03-121-53/+53
* Fix all the License issues. Including:Ryan Bloom2000-03-108-137/+424
* Rebuild the configure for MM. Once this has settled we can remove theDavid Reid2000-03-041-2/+7
* "libtool" gets generated to the current directory and gets picked up byBrian Havard2000-03-031-2/+2
* Allow scripts (that don't have a .exe extension) to be found by PrintPathBrian Havard2000-03-031-0/+11
* Enable dynamic module support on Linux. This should work on any LIBTOOLRyan Bloom2000-02-171-2/+2
* Fix the make clean rules. We must delete *.slo files or we are leaving staleRyan Bloom2000-02-161-2/+2