summaryrefslogtreecommitdiffstats
path: root/configure.in (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deal with times() properly in autoconf. This also changes NO_TIMES toManoj Kasichainula1999-11-301-1/+0
* Some extra autoconf macros that might help us compile on "a POSIXizedManoj Kasichainula1999-11-301-1/+3
* Fix a thinko. Apache's configure.in shouldn't attempt to create APR'sManoj Kasichainula1999-11-301-1/+1
* The second part of the big autoconf patch, which actually adds autoconfManoj Kasichainula1999-11-301-0/+92