summaryrefslogtreecommitdiffstats
path: root/build (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix two references to the wrong files in binbuild.shRyan Bloom2000-12-211-2/+2
* This is about 99% complete for the binbuild script. The only problem thatRyan Bloom2000-12-212-8/+164
* When building exports list, allow for multi-part and negative conditionsBrian Havard2000-12-201-2/+2
* Get the binbuild.sh script into the CVS repository and start to modifyRyan Bloom2000-12-201-14/+14
* Stop calling shared modules libapachemod_*. mod_* is much easier to dealRyan Bloom2000-12-201-2/+3
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-192-5/+6
* Add "(const void *)" back to the hack variable assignments to avoidJeff Trawick2000-12-121-1/+1
* Get "make install" to install DSOs again.Jeff Trawick2000-12-121-2/+2
* configure's --with-* type switches are the standard way to specify foreignGreg Stein2000-12-081-1/+1
* provide complete instructions on fetching APR and APRUTILGreg Stein2000-12-081-6/+16
* *) fix up buildexports.sh:Greg Stein2000-12-072-20/+17
* *) simplify the AWK script a bitGreg Stein2000-12-071-8/+3
* Generate the apr-utils exports file using APR's buildexports scripts.Ryan Bloom2000-12-053-13/+21
* Speed up the generation of exports.c by using an awk script to processBrian Havard2000-12-052-21/+9
* Get make distclean working again. The replaced egrep-style regexp doesJeff Trawick2000-12-051-1/+2
* Make the test for APR a bit more stringent and add a check for apr-utilRyan Bloom2000-12-051-1/+7
* Add apr-util to the build process. This should now build once everythingRyan Bloom2000-12-051-1/+6
* Do not automatically add the core module to the modules.c file. ThisRyan Bloom2000-12-051-5/+5
* Don't find Makefiles in apr or apr-utils, because those libraries will takeRyan Bloom2000-12-051-1/+1
* Get base Apache to build properly. This doesn't solve the problem ofRyan Bloom2000-12-051-1/+1
* Get buildconf working in the new repository. Nothing builds, but we canRyan Bloom2000-12-046-21/+21
* Add a test to buildconf to ensure that APR has been checked out. If itRyan Bloom2000-12-041-0/+6
* Get Apache to use the new generated exports list. This works on myRyan Bloom2000-12-013-9/+26
* Get "make install" with DSOs to work on AIX and Solaris. A recentJeff Trawick2000-11-281-2/+3
* Tweak the logic to avoid "make distclean" inside APR directories so thatJeff Trawick2000-11-271-2/+2
* Change Apache's distclean rule to rely on APR to clean up APR asJeff Trawick2000-11-271-5/+10
* 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