summaryrefslogtreecommitdiffstats
path: root/acinclude.m4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix some bugs that appeared once some APACHE_MODULE() invocations wereGreg Stein2001-02-181-7/+7
* implement ability to do --enable-modules and --enable-mods-shared for "all"Greg Stein2001-02-181-19/+56
* Use new locations for APR autoconf macros and remove unneeded dependencies.Roy T. Fielding2001-02-171-2/+4
* Jean Frederic says (and I verified his claim):Martin Kraemer2001-02-061-1/+1
* Replace configure --with-optim option by using and saving theRoy T. Fielding2001-01-281-0/+3
* If --enable-suexec is specified, then we need to build suexecRyan Bloom2001-01-211-0/+1
* Per suggestion, tuck NOTEST_* in config_vars.mk. Yep, I changedJim Jagielski2001-01-121-0/+2
* - add some missing distclean targetsdgaudet2001-01-061-0/+1
* get the layout from the right directoryGreg Stein2000-12-231-1/+1
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-201-18/+0
* Remove some STATUS items, and finish off the install dir re-org.Ryan Bloom2000-12-201-0/+1
* Stop calling shared modules libapachemod_*. mod_* is much easier to dealRyan Bloom2000-12-201-2/+2
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-1/+2
* remove APACHE_CHECK_DBM and the usage of srclib/sdbm/. this stuff is part ofGreg Stein2000-12-061-41/+0
* Start pointing the configuration scripts to the correct directoriesRyan Bloom2000-12-041-3/+3
* Split the hints file into two files, one in APR and one in Apache. The APRRyan Bloom2000-11-281-0/+1
* add --with-dbm switch to configure, allowing the user to set the type of DBMGreg Stein2000-11-281-0/+41
* Not all platforms have INADDR_NONE defined by default. Apache used toRyan Bloom2000-11-111-32/+0
* sysconfdir should use { and } instead of ( and ), because it is used inRyan Bloom2000-10-071-1/+1
* Multiple build and configuration fixesRyan Bloom2000-10-051-3/+6
* Prepare our autoconf setup for autoconf 2.14a and for cross-compilingRyan Bloom2000-10-051-2/+2
* Set BSD_MAKEFILE in configure.in. The macro APACHE_GEN_MAKEFILES isSascha Schumann2000-09-261-1/+0
* Add Convert-to-BSD-Makefiles-On-The-Fly systemSascha Schumann2000-09-221-1/+2
* Add recognition of the --with-port=n (as was added to 1.3), andKen Coar2000-08-111-0/+6
* Change --enable-shared that Apache defines to --enable-mods-shared. TheRyan Bloom2000-07-251-2/+2
* Clean up rules.mk and add support for building C++ source files.Sascha Schumann2000-07-231-1/+10
* Finish the Configuration cleanup. This basically merges all of theRyan Bloom2000-06-281-32/+1
* Fix the configure process. This does a couple of things to allow APR andRyan Bloom2000-06-281-1/+2
* Pass the configure args to sub_configure scripts with the RUN_NOW macro.Ryan Bloom2000-06-281-1/+1
* Detect libraries based on which platform configure is being run on.Ryan Bloom2000-06-271-0/+31
* Fix a typo.Ryan Bloom2000-06-201-1/+1
* Fix detection of sigwait prototype for NetBSD.Ryan Bloom2000-06-201-0/+7
* Fix the configuration process. If no modules are specified in a givenRyan Bloom2000-06-131-1/+4
* All of Apache uses APR for shared memory, so Apache doesn't need to checkRyan Bloom2000-06-121-25/+0
* Split generating Makefiles and creating config_vars.mk.Sascha Schumann2000-06-111-3/+8
* Get FreeBSD building again with the resource limiting changes (FreeBSDJeff Trawick2000-06-101-1/+5
* fix typo in AC_TYPE_RLIM_TDoug MacEachern2000-06-091-1/+1
* Fix typo in configure script when checking for mod_so. bashJeff Trawick2000-06-061-2/+1
* Fix mod_so handling. Basically, if --enable-so orRyan Bloom2000-06-051-0/+4
* Vertically align all the descriptions of the modules in ./configure --helpTony Finch2000-05-111-1/+3
* Configure creates config.nice now containing your configure options.Sascha Schumann2000-05-031-0/+16
* And preload from the top.Jim Jagielski2000-05-031-0/+1
* Allow for help messages for modules.Jim Jagielski2000-04-301-1/+1
* Add ap_sigwait() to support old-style sigwait().Sascha Schumann2000-04-301-0/+18
* Allow the Apache-2.0 executable name to be specified with theRyan Bloom2000-04-251-0/+1
* On all the systems I could get hold of (Solaris, ReliantUNIX, BS2000, SINIX),Martin Kraemer2000-04-131-2/+8
* Recognize an EBCDIC platform during configuration and turn onJeff Trawick2000-04-071-0/+17
* These changes didn't get into the patch for dynamic modules. With this,Ryan Bloom2000-02-181-0/+2
* Back out most of the last commit. Keep APR macros seperate from ApacheBill Stoddard2000-01-211-1/+1
* Convert HAVE_NETINET... to the APR macBill Stoddard2000-01-201-1/+1