| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Completely revamp configure so that it preserves the standard make | Roy T. Fielding | 2001-04-29 | 1 | -33/+67 |
* | Remove unused variable. | Brian Havard | 2001-04-19 | 1 | -1/+0 |
* | This changes the build process as outlined in my email earlier this week. | David Reid | 2001-04-18 | 1 | -0/+13 |
* | Temporary (hopefully) reversion to the previously used hack to | Marc Slemko | 2001-04-04 | 1 | -1/+5 |
* | Oh bother. OPTIM isn't treated the same in apr and | Jim Jagielski | 2001-04-03 | 1 | -2/+2 |
* | Minor sync-up of how httpd-2.0 and apr handles | Jim Jagielski | 2001-04-03 | 1 | -2/+2 |
* | Make Apache check APR's configuration when determining the default MPM. | Ryan Bloom | 2001-04-03 | 1 | -12/+6 |
* | Use APR's macro to generate config.nice | Roy T. Fielding | 2001-04-03 | 1 | -1/+1 |
* | Changes to get AIX DSOs working, sans APR changes. | Victor J. Orlikowski | 2001-04-02 | 1 | -0/+4 |
* | Switch to using aplibtool for building under OS/2 & add support for building | Brian Havard | 2001-04-02 | 1 | -2/+21 |
* | if the perl interpreter is not found in PATH, use | Jeff Trawick | 2001-03-31 | 1 | -0/+3 |
* | switch to --enable-* rather than --with-* for the debug options | Greg Stein | 2001-03-27 | 1 | -2/+2 |
* | Untangled the buildconf script and eliminated the need for build's | Roy T. Fielding | 2001-03-24 | 1 | -6/+14 |
* | Remove some unused bits and improve comments. | Roy T. Fielding | 2001-03-24 | 1 | -11/+9 |
* | Cleanup the build process a bit more. The Apache configure | Ryan Bloom | 2001-03-17 | 1 | -2/+3 |
* | Bring the other Perl scripts into the autoconf-edited | Ken Coar | 2001-03-12 | 1 | -1/+1 |
* | Bring forward the suexec umask setting option from 1.3, and | Ken Coar | 2001-03-12 | 1 | -2/+6 |
* | Get us closer to building on Unix. Not perfect yet, but we no longer | Ryan Bloom | 2001-03-08 | 1 | -10/+1 |
* | Rely on APR to determine whether or not we have netinet/tcp.h. This test | Jeff Trawick | 2001-03-05 | 1 | -1/+0 |
* | Shift XML handling code from Apache down into APRUTIL | Greg Stein | 2001-02-24 | 1 | -1/+1 |
* | Work on a BSD/OS system where GNU make is used instead of the native | Jeff Trawick | 2001-02-23 | 1 | -1/+7 |
* | Update APR macro usage to new name-protected names. | Roy T. Fielding | 2001-02-20 | 1 | -4/+12 |
* | Intermediate change of hardcoded "helpers" reference to "build" | Roy T. Fielding | 2001-02-18 | 1 | -1/+1 |
* | implement ability to do --enable-modules and --enable-mods-shared for "all" | Greg Stein | 2001-02-18 | 1 | -1/+0 |
* | Fix the configure scripts, so that we don't try to substitute into | Ryan Bloom | 2001-02-10 | 1 | -1/+5 |
* | [ missed in last commit ] | Greg Stein | 2001-02-10 | 1 | -9/+0 |
* | *) clean out some old crap from ap_config.h; other simplifications; don't | Greg Stein | 2001-02-10 | 1 | -22/+6 |
* | Clean up the help text for some of the options. (cosmetic) | Roy T. Fielding | 2001-01-28 | 1 | -10/+10 |
* | Replace configure --with-optim option by using and saving the | Roy T. Fielding | 2001-01-28 | 1 | -2/+2 |
* | Force --with-optim and --with-port to have argument values, since | Roy T. Fielding | 2001-01-28 | 1 | -2/+2 |
* | Libtool takes care of the lib prefix so get rid of our own workaround. | Brian Havard | 2001-01-10 | 1 | -2/+1 |
* | Fix a compile break with the new APR libtool setup. Basically, we are | Ryan Bloom | 2001-01-09 | 1 | -1/+2 |
* | a couple tweaks to get Apache building with the new libtool-ized APR | Greg Stein | 2001-01-09 | 1 | -2/+2 |
* | Set MKDIR for APR's RUN_SUBDIR_CONFIG_NOW macro. | Sascha Schumann | 2001-01-09 | 1 | -0/+2 |
* | seems nobody is using sethostent() | Greg Stein | 2001-01-08 | 1 | -1/+0 |
* | We cannot set the SUEXEC_BIN directory from autoconf, because all of the | Ryan Bloom | 2000-12-28 | 1 | -1/+0 |
* | Get suexec compiling again. | Ryan Bloom | 2000-12-27 | 1 | -7/+7 |
* | Allow SuExec to be configured from the ./configure command line | Ryan Bloom | 2000-12-23 | 1 | -0/+29 |
* | Back out the .libs thing from the aprutil linking. Add --disable-shared (for | Greg Stein | 2000-12-22 | 1 | -2/+2 |
* | Actually link apr-util's .a file, instead of relying on libtool. We may | Ryan Bloom | 2000-12-21 | 1 | -1/+1 |
* | Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro. | Jeff Trawick | 2000-12-20 | 1 | -2/+0 |
* | Find the RM program during configuration. | Ryan Bloom | 2000-12-19 | 1 | -0/+1 |
* | pick up exported build variables from APRUTIL | Greg Stein | 2000-12-12 | 1 | -0/+4 |
* | remove APACHE_CHECK_DBM and the usage of srclib/sdbm/. this stuff is part of | Greg Stein | 2000-12-06 | 1 | -6/+1 |
* | Build apr-util correctly when building the rest of the server. | Ryan Bloom | 2000-12-05 | 1 | -1/+1 |
* | Add apr-util to the build process. This should now build once everything | Ryan Bloom | 2000-12-05 | 1 | -0/+1 |
* | Apache builds again, although the test directory doesn't. I will work on | Ryan Bloom | 2000-12-05 | 1 | -2/+2 |
* | Get the support programs building properly. Httpd itself is next. | Ryan Bloom | 2000-12-05 | 1 | -1/+1 |
* | Get base Apache to build properly. This doesn't solve the problem of | Ryan Bloom | 2000-12-05 | 1 | -2/+2 |
* | Get Apache to configure completely again. This still doesn't build, but | Ryan Bloom | 2000-12-04 | 1 | -11/+10 |