summaryrefslogtreecommitdiffstats
path: root/configure.in (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make apxs mostly work for 2.0. It doesn't add the module to the configRyan Bloom2000-05-051-1/+4
* Configure creates config.nice now containing your configure options.Sascha Schumann2000-05-031-0/+2
* Blurf. Move the preload down a bit toJim Jagielski2000-05-031-4/+4
* And preload from the top.Jim Jagielski2000-05-031-0/+4
* Add VPATH support to Apache:Sascha Schumann2000-04-301-5/+21
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-2/+2
* Add the support directory back into the build process.Ryan Bloom2000-04-271-1/+2
* Fix the progname stuff to work the same way the rest of the configureRyan Bloom2000-04-261-6/+7
* Define HAVE_STRING_H, HAVE_STDLIB_H, HAVE_CTYPE_H, HAVE_LIMITS_HJeff Trawick2000-04-261-0/+8
* If a developer uses --with-program-name=foo, the config files are renamedRyan Bloom2000-04-261-1/+3
* Allow the Apache-2.0 executable name to be specified with theRyan Bloom2000-04-251-1/+6
* Fix minor configuration & platform dependenciesMartin Kraemer2000-04-141-0/+2
* In my libnsl, there's gethostname but not gethostbynameMartin Kraemer2000-04-111-0/+1
* Recognize an EBCDIC platform during configuration and turn onJeff Trawick2000-04-071-0/+2
* In mpmt_pthread.c, include <netinet/tcp.h> only ifJeff Trawick2000-04-061-0/+1
* Under OS/2 (well actually EMX gcc) libraries don't have a 'lib' prefix. InBrian Havard2000-04-041-0/+1
* Eliminate src/apaci, and replace with a header file containing paths:Manoj Kasichainula2000-03-311-6/+22
* Fix the generation of the apaci script, so it has valid permissions afterRyan Bloom2000-03-301-3/+4
* Strict prototypes are no use until someone rewrites the config API.Ben Laurie2000-03-181-0/+2
* Oops, EXTRA_CFLAGS wasn't getting set.Manoj Kasichainula2000-03-021-0/+1
* A little CFLAGS reformation. Additions to Apache's CFLAGS should beManoj Kasichainula2000-03-021-5/+2