| Commit message (Expand) | Author | Age | Files | Lines |
* | Add VPATH support to Apache: | Sascha Schumann | 2000-04-30 | 1 | -5/+21 |
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -2/+2 |
* | Add the support directory back into the build process. | Ryan Bloom | 2000-04-27 | 1 | -1/+2 |
* | Fix the progname stuff to work the same way the rest of the configure | Ryan Bloom | 2000-04-26 | 1 | -6/+7 |
* | Define HAVE_STRING_H, HAVE_STDLIB_H, HAVE_CTYPE_H, HAVE_LIMITS_H | Jeff Trawick | 2000-04-26 | 1 | -0/+8 |
* | If a developer uses --with-program-name=foo, the config files are renamed | Ryan Bloom | 2000-04-26 | 1 | -1/+3 |
* | Allow the Apache-2.0 executable name to be specified with the | Ryan Bloom | 2000-04-25 | 1 | -1/+6 |
* | Fix minor configuration & platform dependencies | Martin Kraemer | 2000-04-14 | 1 | -0/+2 |
* | In my libnsl, there's gethostname but not gethostbyname | Martin Kraemer | 2000-04-11 | 1 | -0/+1 |
* | Recognize an EBCDIC platform during configuration and turn on | Jeff Trawick | 2000-04-07 | 1 | -0/+2 |
* | In mpmt_pthread.c, include <netinet/tcp.h> only if | Jeff Trawick | 2000-04-06 | 1 | -0/+1 |
* | Under OS/2 (well actually EMX gcc) libraries don't have a 'lib' prefix. In | Brian Havard | 2000-04-04 | 1 | -0/+1 |
* | Eliminate src/apaci, and replace with a header file containing paths: | Manoj Kasichainula | 2000-03-31 | 1 | -6/+22 |
* | Fix the generation of the apaci script, so it has valid permissions after | Ryan Bloom | 2000-03-30 | 1 | -3/+4 |
* | Strict prototypes are no use until someone rewrites the config API. | Ben Laurie | 2000-03-18 | 1 | -0/+2 |
* | Oops, EXTRA_CFLAGS wasn't getting set. | Manoj Kasichainula | 2000-03-02 | 1 | -0/+1 |
* | A little CFLAGS reformation. Additions to Apache's CFLAGS should be | Manoj Kasichainula | 2000-03-02 | 1 | -5/+2 |
* | Fix prefix handling. Before this patch, when using --prefix on the | Ryan Bloom | 2000-02-09 | 1 | -2/+7 |
* | Remove vestiges of automake. | Manoj Kasichainula | 2000-01-17 | 1 | -4/+0 |
* | Move threads/reentrancy m4 macros into threads.m4. All results are now | Sascha Schumann | 2000-01-16 | 1 | -11/+1 |
* | Rewrite pthreads check to be more tool-independent, and propagate flags | Sascha Schumann | 2000-01-16 | 1 | -4/+6 |
* | These changes are committed together, because they depend on each other. | Sascha Schumann | 2000-01-11 | 1 | -18/+47 |
* | Submitted by: Sascha Schumann <sascha@schumann.cx> | rasmus | 1999-12-24 | 1 | -0/+10 |
* | Finish the MPM decision logic. This moves the threads checking stuff into | Ryan Bloom | 1999-12-24 | 1 | -4/+0 |
* | First stab at logic to determine which threading library to use. This also | Ryan Bloom | 1999-12-23 | 1 | -0/+4 |
* | Remove a bunch of functions that are being replaced by functions in APR. | Ryan Bloom | 1999-12-21 | 1 | -1/+0 |
* | Speed up building, by making --disable-shared the default until we put | Manoj Kasichainula | 1999-12-20 | 1 | -0/+1 |
* | Make building a little easier by not requiring a separate make of APR. | Manoj Kasichainula | 1999-12-20 | 1 | -1/+1 |
* | Eliminate the .h.stub files; AC_DEFINE can generate the necessary | Manoj Kasichainula | 1999-12-20 | 1 | -1/+2 |
* | Make Apache's configure script run APR's. | Manoj Kasichainula | 1999-12-20 | 1 | -0/+3 |
* | autoconf: Start adding support for selecting modules on the | Manoj Kasichainula | 1999-12-05 | 1 | -2/+2 |
* | autoconf: Generate modules.c based on configuration. This is the first | Manoj Kasichainula | 1999-12-05 | 1 | -2/+5 |
* | Fix a couple of comments | Manoj Kasichainula | 1999-12-01 | 1 | -4/+3 |
* | Place ap_config_auto.h in src/include. It didn't seem to work earlier, | Manoj Kasichainula | 1999-12-01 | 1 | -1/+1 |
* | Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.h | Manoj Kasichainula | 1999-12-01 | 1 | -1/+33 |
* | Deal with times() properly in autoconf. This also changes NO_TIMES to | Manoj Kasichainula | 1999-11-30 | 1 | -1/+0 |
* | Some extra autoconf macros that might help us compile on "a POSIXized | Manoj Kasichainula | 1999-11-30 | 1 | -1/+3 |
* | Fix a thinko. Apache's configure.in shouldn't attempt to create APR's | Manoj Kasichainula | 1999-11-30 | 1 | -1/+1 |
* | The second part of the big autoconf patch, which actually adds autoconf | Manoj Kasichainula | 1999-11-30 | 1 | -0/+92 |