| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Stop calling shared modules libapachemod_*. mod_* is much easier to deal | Ryan Bloom | 2000-12-20 | 1 | -2/+2 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 1 | -1/+2 |
* | remove APACHE_CHECK_DBM and the usage of srclib/sdbm/. this stuff is part of | Greg Stein | 2000-12-06 | 1 | -41/+0 |
* | Start pointing the configuration scripts to the correct directories | Ryan Bloom | 2000-12-04 | 1 | -3/+3 |
* | Split the hints file into two files, one in APR and one in Apache. The APR | Ryan Bloom | 2000-11-28 | 1 | -0/+1 |
* | add --with-dbm switch to configure, allowing the user to set the type of DBM | Greg Stein | 2000-11-28 | 1 | -0/+41 |
* | Not all platforms have INADDR_NONE defined by default. Apache used to | Ryan Bloom | 2000-11-11 | 1 | -32/+0 |
* | sysconfdir should use { and } instead of ( and ), because it is used in | Ryan Bloom | 2000-10-07 | 1 | -1/+1 |
* | Multiple build and configuration fixes | Ryan Bloom | 2000-10-05 | 1 | -3/+6 |
* | Prepare our autoconf setup for autoconf 2.14a and for cross-compiling | Ryan Bloom | 2000-10-05 | 1 | -2/+2 |
* | Set BSD_MAKEFILE in configure.in. The macro APACHE_GEN_MAKEFILES is | Sascha Schumann | 2000-09-26 | 1 | -1/+0 |
* | Add Convert-to-BSD-Makefiles-On-The-Fly system | Sascha Schumann | 2000-09-22 | 1 | -1/+2 |
* | Add recognition of the --with-port=n (as was added to 1.3), and | Ken Coar | 2000-08-11 | 1 | -0/+6 |
* | Change --enable-shared that Apache defines to --enable-mods-shared. The | Ryan Bloom | 2000-07-25 | 1 | -2/+2 |
* | Clean up rules.mk and add support for building C++ source files. | Sascha Schumann | 2000-07-23 | 1 | -1/+10 |
* | Finish the Configuration cleanup. This basically merges all of the | Ryan Bloom | 2000-06-28 | 1 | -32/+1 |