summaryrefslogtreecommitdiffstats
path: root/configure.in (follow)
Commit message (Expand)AuthorAgeFilesLines
* reorder the libs for proper inter-lib dependenciesGreg Stein2000-11-291-1/+4
* Split the hints file into two files, one in APR and one in Apache. The APRRyan Bloom2000-11-281-0/+1
* add --with-dbm switch to configure, allowing the user to set the type of DBMGreg Stein2000-11-281-3/+6
* Always include lib/sdbm in INCLUDES (until somebody that can spellJeff Trawick2000-11-271-0/+3
* *) Put lib/aputil/ into the INCLUDES pathGreg Stein2000-11-261-1/+4
* Start the oft-discussed, but oft-punted lib/aputil library. Drop in a firstGreg Stein2000-11-261-3/+4
* Get the hints file working on Linux. This also gets SINGLE_LISTEN....Ryan Bloom2000-11-131-2/+2
* Get SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again. This defines thatRyan Bloom2000-11-131-0/+5
* Not all platforms have INADDR_NONE defined by default. Apache used toRyan Bloom2000-11-111-2/+0
* Create a feature macro that determines if Autoconf was used to configureRyan Bloom2000-11-021-1/+3
* Simplify the configuration mechanisms for threading in APR.Greg Stein2000-11-021-1/+1
* Create modules.c in the build tree. This file depends on your configurationSascha Schumann2000-10-271-2/+2
* Use autoconf to substitute the proper values into apachectl, and installRyan Bloom2000-10-071-1/+1
* Multiple build and configuration fixesRyan Bloom2000-10-051-1/+1
* Prepare our autoconf setup for autoconf 2.14a and for cross-compilingRyan Bloom2000-10-051-0/+2
* Set BSD_MAKEFILE in configure.in. The macro APACHE_GEN_MAKEFILES isSascha Schumann2000-09-261-0/+1
* Add Convert-to-BSD-Makefiles-On-The-Fly systemSascha Schumann2000-09-221-5/+7
* Finish fixing the pcre build. PCRE's configure script should be called,Ryan Bloom2000-08-221-0/+1
* Tweak apache/apr builds to support dsos on OS/390.Jeff Trawick2000-08-181-0/+5
* Add recognition of the --with-port=n (as was added to 1.3), andKen Coar2000-08-111-0/+4
* Fix VPATH buildsSascha Schumann2000-07-231-0/+1
* config magic for enabling DAV, Expat, and SDBM.Greg Stein2000-07-011-0/+30
* Fix the problem with ./buildconf not working right out of CVS. TheRyan Bloom2000-06-301-3/+3
* Finish the Configuration cleanup. This basically merges all of theRyan Bloom2000-06-281-1/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+1
* Fix the configure process. This does a couple of things to allow APR andRyan Bloom2000-06-281-4/+10
* Move the checks for bcopy and memmove down to APR. APR now defines memmoveRyan Bloom2000-06-271-2/+0
* One bug and one fluff: need to use the '.' shell ``command'' toJim Jagielski2000-06-271-1/+1
* Make sure to get the required vars for the config.guess/et.al. familyJim Jagielski2000-06-271-0/+1
* We need to preload first, before running any other configures.Jim Jagielski2000-06-271-5/+4
* Detect libraries based on which platform configure is being run on.Ryan Bloom2000-06-271-1/+3
* Remove select checks from Apache config. These checks were used to defineRyan Bloom2000-06-231-11/+0
* Fix error messages issued from MPMs which explain where to changeJeff Trawick2000-06-211-0/+2
* Command handler revamp. Note that this makes the code produce a LOT ofBen Laurie2000-06-171-1/+1
* Remove the check for EAGAIN. With APR handling the error codes, this isRyan Bloom2000-06-131-4/+0
* Apache doesn't use struct tm anymore, Remove a check that defines aRyan Bloom2000-06-121-1/+0
* Build only needed parts of libpcre. This is more light-wheight thanSascha Schumann2000-06-121-2/+2
* Nothing in Apache should be calling stat anymore, so we can removeRyan Bloom2000-06-121-1/+0
* Apache doesn't need to check for inline or pid's, because APR providesRyan Bloom2000-06-121-2/+0
* Split generating Makefiles and creating config_vars.mk.Sascha Schumann2000-06-111-4/+6
* Fix path for helpers/PrintPath which is in $srcdir.Sascha Schumann2000-06-111-1/+1
* Remove waitpid from the config checks and all calls to waitpid from theRyan Bloom2000-06-101-1/+0
* Remove a bunch of string functions from Apache. These are basicallyRyan Bloom2000-06-091-4/+0
* Remove all occurances of strerror from Apache. ap_strerror works justRyan Bloom2000-06-091-1/+0
* Fix the check for rlim_t correctly. I wish I had known that we hadRyan Bloom2000-06-081-0/+2
* Cleanup APR header files a bit. Basically, this splits ap_table_t relatedRyan Bloom2000-06-081-4/+0
* Remove all occurances of gettimeofday. Replace it with ap_now whichRyan Bloom2000-06-081-1/+0
* Make Apache and APR use the same flags to specify maintainer mode. IRyan Bloom2000-05-201-5/+8
* use helpers/PrintPath instead of which to find the location ofJeff Trawick2000-05-111-1/+1
* Replace hsregex with PCRE. The PCRE library is always used in 2.0,Ryan Bloom2000-05-061-3/+1