summaryrefslogtreecommitdiffstats
path: root/build (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get exports.c symbols to compile even if the declaration is hidden inJeff Trawick2000-11-171-8/+4
* Get "make install" to work on Tru64.Jeff Trawick2000-11-141-1/+2
* Fix type complaints on Xlc.Ryan Bloom2000-11-131-1/+1
* Prevent a compile warning on FreeBSD by making pointers const (only neededJeff Trawick2000-11-011-1/+1
* This is an ugly little hack to allow DSO modules to work. This basicallyRyan Bloom2000-10-312-1/+35
* use a cleaner form for building the TAR fileGreg Stein2000-10-231-1/+1
* Add logic to rebuild mm's configureSascha Schumann2000-10-221-0/+4
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-1/+1
* Back out the build changes I added last night. This was causing libtoolRyan Bloom2000-10-051-8/+0
* Multiple build and configuration fixesRyan Bloom2000-10-051-0/+10
* If mod_so is compiled into the server, we need to create libexec, evenRyan Bloom2000-10-051-1/+1
* Redirect stderr to /dev/null to suppress error messages.Sascha Schumann2000-09-262-2/+2
* Workaround for systems like BSD/OS without mktemp.Sascha Schumann2000-09-232-2/+2
* Pedant of bsd_makefile. Reverses the include directives to SysV-style.Sascha Schumann2000-09-231-0/+71
* Don't use $0 for creating tmpfile as it will contain "/".Sascha Schumann2000-09-231-1/+1
* Add Convert-to-BSD-Makefiles-On-The-Fly systemSascha Schumann2000-09-222-7/+103
* Fix the ScanDoc output on IE. I don't have IE, so I can't test this, butRyan Bloom2000-09-061-1/+1
* Remove whitespace from blank lines in rules.mk. This fixes Irix 6.5Ryan Bloom2000-08-191-2/+2
* Fix a minor bug in the default template file. The template used to notRyan Bloom2000-08-141-0/+496
* 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