summaryrefslogtreecommitdiffstats
path: root/configure.in (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix prefix handling. Before this patch, when using --prefix on theRyan Bloom2000-02-091-2/+7
* Remove vestiges of automake.Manoj Kasichainula2000-01-171-4/+0
* Move threads/reentrancy m4 macros into threads.m4. All results are nowSascha Schumann2000-01-161-11/+1
* Rewrite pthreads check to be more tool-independent, and propagate flagsSascha Schumann2000-01-161-4/+6
* These changes are committed together, because they depend on each other.Sascha Schumann2000-01-111-18/+47
* Submitted by: Sascha Schumann <sascha@schumann.cx>rasmus1999-12-241-0/+10
* Finish the MPM decision logic. This moves the threads checking stuff intoRyan Bloom1999-12-241-4/+0
* First stab at logic to determine which threading library to use. This alsoRyan Bloom1999-12-231-0/+4
* Remove a bunch of functions that are being replaced by functions in APR.Ryan Bloom1999-12-211-1/+0
* Speed up building, by making --disable-shared the default until we putManoj Kasichainula1999-12-201-0/+1
* Make building a little easier by not requiring a separate make of APR.Manoj Kasichainula1999-12-201-1/+1
* Eliminate the .h.stub files; AC_DEFINE can generate the necessaryManoj Kasichainula1999-12-201-1/+2
* Make Apache's configure script run APR's.Manoj Kasichainula1999-12-201-0/+3
* autoconf: Start adding support for selecting modules on theManoj Kasichainula1999-12-051-2/+2
* autoconf: Generate modules.c based on configuration. This is the firstManoj Kasichainula1999-12-051-2/+5
* Fix a couple of commentsManoj Kasichainula1999-12-011-4/+3
* Place ap_config_auto.h in src/include. It didn't seem to work earlier,Manoj Kasichainula1999-12-011-1/+1
* Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.hManoj Kasichainula1999-12-011-1/+33