| Commit message (Expand) | Author | Age | Files | Lines |
* | change Apache/apr/apr-util to use run-time linking on AIX | Jeff Trawick | 2001-12-12 | 1 | -0/+1 |
* | Fix the installation target to make sure that the manual is | Ryan Bloom | 2001-11-24 | 1 | -1/+1 |
* | Fix a typo in the configure script. The argument is --enable-mods-shared, | Ryan Bloom | 2001-10-11 | 1 | -1/+1 |
* | Fixed the configure script to add a LoadModule directive to | Ryan Bloom | 2001-10-11 | 1 | -1/+4 |
* | Fix --enable-mods-shared processing. If most is specified, | Ryan Bloom | 2001-10-03 | 1 | -6/+12 |
* | Kill two autoconf-related birds with one commit. | Justin Erenkrantz | 2001-09-30 | 1 | -6/+13 |
* | work around an AIX "issue" in the construction of config_vars.mk by | Jeff Trawick | 2001-09-06 | 1 | -1/+1 |
* | If the user doesn't specify a layout, then just use the Apache | Ryan Bloom | 2001-09-05 | 1 | -16/+2 |
* | My first try at relocating the manual tree outside of the htdocs/ directory. | Martin Kraemer | 2001-08-23 | 1 | -0/+2 |
* | We always need to include the openssl specific directory in the INCLUDES | Ryan Bloom | 2001-08-22 | 1 | -1/+2 |
* | In absence of an explicit --with-ssl= path, | Martin Kraemer | 2001-08-22 | 1 | -1/+1 |
* | Add the openssl/include/openssl directory to the INCLUDES variable. | Ryan Bloom | 2001-08-21 | 1 | -1/+1 |
* | catch up with errordir. Modeled simply after iconsdir, hope that does it. | William A. Rowe Jr | 2001-08-20 | 1 | -2/+5 |
* | Extend 'openssl' search to the directories from PATH | Martin Kraemer | 2001-08-20 | 1 | -1/+2 |
* | Per discussion on new-httpd, change the logic to do the following: | Justin Erenkrantz | 2001-08-19 | 1 | -1/+12 |
* | Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest | Justin Erenkrantz | 2001-08-17 | 1 | -1/+10 |
* | Install all build/*.mk when we install Apache. This is the first step | Ryan Bloom | 2001-07-30 | 1 | -1/+3 |
* | install the man pages when we install everything else. | Ryan Bloom | 2001-07-05 | 1 | -0/+2 |
* | Change the make targets and rules to be consistent in all of the | Roy T. Fielding | 2001-05-18 | 1 | -0/+3 |
* | Fix httpd's definition of LTFLAGS to be consistent with that of apr | Roy T. Fielding | 2001-05-12 | 1 | -0/+1 |
* | The pattern was too general -- it would match the date within the | Roy T. Fielding | 2001-05-11 | 1 | -3/+3 |
* | We don't need no stinkin libtool when APR already has one for us to use. | Roy T. Fielding | 2001-05-11 | 1 | -5/+1 |
* | Make the runtime path hack a little more portable, even though it is the | Roy T. Fielding | 2001-05-10 | 1 | -2/+2 |
* | Proving once again that bash doesn't bother to document when they | Roy T. Fielding | 2001-05-10 | 1 | -3/+3 |
* | I forgot to add the bit that allows the macro to be called more than once. | Roy T. Fielding | 2001-05-10 | 1 | -0/+2 |
* | Eventually we will want to only find openssl once regardless of how | Roy T. Fielding | 2001-05-10 | 1 | -0/+102 |
* | OS/2: fix "make install" to install shared core & programs with a .exe | Brian Havard | 2001-04-29 | 1 | -0/+1 |
* | Remove some obsolete macros and rename one that wasn't name protected. | Roy T. Fielding | 2001-04-29 | 1 | -40/+2 |
* | Completely revamp configure so that it preserves the standard make | Roy T. Fielding | 2001-04-29 | 1 | -15/+15 |
* | Allow module names to be hyphenated in the --enable-mods-shared | Jeff Trawick | 2001-04-27 | 1 | -0/+1 |
* | Temporary (hopefully) reversion to the previously used hack to | Marc Slemko | 2001-04-04 | 1 | -2/+12 |
* | - change inconsistent use of logdir and logfiledir all to logfiledir, to | Marc Slemko | 2001-04-03 | 1 | -11/+4 |
* | Use APR's macro to generate config.nice | Roy T. Fielding | 2001-04-03 | 1 | -19/+0 |
* | Changes to get AIX DSOs working, sans APR changes. | Victor J. Orlikowski | 2001-04-02 | 1 | -0/+2 |
* | Fix --enable-layout processing on NetBSD. This makes us use a consistant | Ryan Bloom | 2001-04-02 | 1 | -3/+3 |
* | Switch to using aplibtool for building under OS/2 & add support for building | Brian Havard | 2001-04-02 | 1 | -0/+4 |
* | Untangled the buildconf script and eliminated the need for build's | Roy T. Fielding | 2001-03-24 | 1 | -6/+0 |
* | fix make install so that suexec is installed where the server expects to | Greg Ames | 2001-03-02 | 1 | -0/+1 |
* | Get rid of APACHE_CHECK_SIGWAIT_ONE_ARG. | Jeff Trawick | 2001-02-26 | 1 | -25/+0 |
* | fix some bugs that appeared once some APACHE_MODULE() invocations were | Greg Stein | 2001-02-18 | 1 | -7/+7 |
* | implement ability to do --enable-modules and --enable-mods-shared for "all" | Greg Stein | 2001-02-18 | 1 | -19/+56 |
* | Use new locations for APR autoconf macros and remove unneeded dependencies. | Roy T. Fielding | 2001-02-17 | 1 | -2/+4 |
* | Jean Frederic says (and I verified his claim): | Martin Kraemer | 2001-02-06 | 1 | -1/+1 |
* | Replace configure --with-optim option by using and saving the | Roy T. Fielding | 2001-01-28 | 1 | -0/+3 |
* | If --enable-suexec is specified, then we need to build suexec | Ryan Bloom | 2001-01-21 | 1 | -0/+1 |
* | Per suggestion, tuck NOTEST_* in config_vars.mk. Yep, I changed | Jim Jagielski | 2001-01-12 | 1 | -0/+2 |
* | - add some missing distclean targets | dgaudet | 2001-01-06 | 1 | -0/+1 |
* | get the layout from the right directory | Greg Stein | 2000-12-23 | 1 | -1/+1 |
* | Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro. | Jeff Trawick | 2000-12-20 | 1 | -18/+0 |
* | Remove some STATUS items, and finish off the install dir re-org. | Ryan Bloom | 2000-12-20 | 1 | -0/+1 |