| Commit message (Expand) | Author | Age | Files | Lines |
* | Add rules.mk.in, and remove the old rules.mk. This finishes the | Ryan Bloom | 2001-08-22 | 1 | -264/+0 |
* | Allow Apache to use libtool 1.4. In order to do this, we check the | Ryan Bloom | 2001-08-22 | 1 | -4/+4 |
* | Get the Apache DSOs installed and give apr and apr-util | Jeff Trawick | 2001-05-18 | 1 | -4/+3 |
* | Get the compile flag types right and in order. | Roy T. Fielding | 2001-05-18 | 1 | -3/+3 |
* | Change the make targets and rules to be consistent in all of the | Roy T. Fielding | 2001-05-18 | 1 | -110/+127 |
* | Fix httpd's definition of LTFLAGS to be consistent with that of apr | Roy T. Fielding | 2001-05-12 | 1 | -3/+3 |
* | Small fix to make depend, although make depend doesn't seem to be used? | Victor J. Orlikowski | 2001-05-11 | 1 | -1/+1 |
* | OS/2: fix "make install" to install shared core & programs with a .exe | Brian Havard | 2001-04-29 | 1 | -1/+1 |
* | Completely revamp configure so that it preserves the standard make | Roy T. Fielding | 2001-04-29 | 1 | -10/+19 |
* | test -e isn't portable; use test -f instead | Jeff Trawick | 2001-04-19 | 1 | -1/+1 |
* | This changes the build process as outlined in my email earlier this week. | David Reid | 2001-04-18 | 1 | -1/+31 |
* | Fix the shell syntax error that occurs when a for list is empty due to | Roy T. Fielding | 2001-04-12 | 1 | -1/+3 |
* | Remove double-quotes from the list of programs to install to make | Roy T. Fielding | 2001-04-12 | 1 | -1/+1 |
* | Make clean, distclean, and extraclean consistently according to the | Roy T. Fielding | 2001-04-11 | 1 | -0/+3 |
* | Use EXTRA_CPPFLAGS where it needs to be used. | Roy T. Fielding | 2001-04-03 | 1 | -4/+4 |
* | Changes to get AIX DSOs working, sans APR changes. | Victor J. Orlikowski | 2001-04-02 | 1 | -1/+1 |
* | Switch to using aplibtool for building under OS/2 & add support for building | Brian Havard | 2001-04-02 | 1 | -4/+9 |
* | Cleanup the build process a bit more. The Apache configure | Ryan Bloom | 2001-03-17 | 1 | -1/+1 |
* | Begin to move functions from the http module to the core. The goal is to | Ryan Bloom | 2001-02-26 | 1 | -1/+1 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | No need to run an external program for checking for the existence of | Sascha Schumann | 2001-01-20 | 1 | -1/+1 |
* | whoops. last two commits didn't deal with $(srcdir) | Greg Stein | 2001-01-19 | 1 | -1/+1 |
* | maxdepth isn't portable, so just list the .c files (if any) | Greg Stein | 2001-01-19 | 1 | -1/+1 |
* | Fix make depend for the whole server | Ryan Bloom | 2001-01-19 | 1 | -2/+4 |
* | Per suggestion, tuck NOTEST_* in config_vars.mk. Yep, I changed | Jim Jagielski | 2001-01-12 | 1 | -4/+4 |
* | Begining stub of NONAC_LDFLAGS and NONAC_CFLAGS stuff. | Jim Jagielski | 2001-01-11 | 1 | -4/+4 |
* | - add some missing distclean targets | dgaudet | 2001-01-06 | 1 | -2/+2 |
* | Stop calling shared modules libapachemod_*. mod_* is much easier to deal | Ryan Bloom | 2000-12-20 | 1 | -2/+3 |
* | Get make distclean working again. The replaced egrep-style regexp does | Jeff Trawick | 2000-12-05 | 1 | -1/+2 |
* | Don't find Makefiles in apr or apr-utils, because those libraries will take | 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 | -1/+1 |
* | Get buildconf working in the new repository. Nothing builds, but we can | Ryan Bloom | 2000-12-04 | 1 | -2/+2 |
* | Tweak the logic to avoid "make distclean" inside APR directories so that | Jeff Trawick | 2000-11-27 | 1 | -2/+2 |
* | Change Apache's distclean rule to rely on APR to clean up APR as | Jeff Trawick | 2000-11-27 | 1 | -5/+10 |
* | Back out the build changes I added last night. This was causing libtool | Ryan Bloom | 2000-10-05 | 1 | -8/+0 |
* | Multiple build and configuration fixes | Ryan Bloom | 2000-10-05 | 1 | -0/+10 |
* | Remove whitespace from blank lines in rules.mk. This fixes Irix 6.5 | Ryan Bloom | 2000-08-19 | 1 | -2/+2 |
* | Get dsos working again by including $(LTFLAGS) on the command-line for | Jeff Trawick | 2000-07-31 | 1 | -2/+2 |
* | Clean up rules.mk and add support for building C++ source files. | Sascha Schumann | 2000-07-23 | 1 | -15/+36 |
* | Stop doing the find for make clean. This was causing us to clean every | Ryan Bloom | 2000-07-10 | 1 | -2/+2 |
* | Fix make distclean and make clean. Before this commit, we only cleaned | Ryan Bloom | 2000-07-06 | 1 | -2/+18 |
* | Use libtool to compile instead of cc. If we are going to use libtool, | Ryan Bloom | 2000-06-28 | 1 | -1/+1 |
* | Make dependencies work. | Ben Laurie | 2000-06-11 | 1 | -1/+1 |
* | Eliminate spurious tab. | Ben Laurie | 2000-06-11 | 1 | -1/+1 |
* | First function removed from Unix MPM's and moved to a common file. This | Ryan Bloom | 2000-05-19 | 1 | -1/+1 |
* | We no longer have to -DHAVE_CONFIG_H on the $(CC) line, because the | Ryan Bloom | 2000-05-13 | 1 | -1/+1 |
* | Move the generating empty deps stuff into fastgen.sh. The .deps files | Sascha Schumann | 2000-05-04 | 1 | -2/+1 |
* | Add VPATH support to Apache: | Sascha Schumann | 2000-04-30 | 1 | -3/+4 |
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -5/+3 |
* | Get rid of NO_RECURSION. This was originally implemented for PHP and is not | Sascha Schumann | 2000-04-29 | 1 | -14/+12 |