summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* 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-271-1/+2
* Pass the configure args to sub_configure scripts with the RUN_NOW macro.Ryan Bloom2000-06-271-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-081-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-291-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
* Move threads/reentrancy m4 macros into threads.m4. All results are nowSascha Schumann2000-01-161-63/+1
* Rewrite pthreads check to be more tool-independent, and propagate flagsSascha Schumann2000-01-161-38/+25
* gcc on AIX takes -mthreads. I wonder what they smoked during creatingSascha Schumann2000-01-121-1/+4
* These changes are committed together, because they depend on each other.Sascha Schumann2000-01-111-49/+298
* (APACHE_INADDR_NONE) Additionally include sys/types.h, if it is available. AlsoSascha Schumann1999-12-291-0/+9
* Cleanup the threads check, also resets the CFLAGS and LDFLAGS variablesRyan Bloom1999-12-241-6/+8
* Submitted by: Sascha Schumann <sascha@schumann.cx>rasmus1999-12-241-1/+1
* Submitted by: Sascha Schumann <sascha@schumann.cx>rasmus1999-12-241-2/+23
* Finish the MPM decision logic. This moves the threads checking stuff intoRyan Bloom1999-12-241-5/+5
* First stab at logic to determine which threading library to use. This alsoRyan Bloom1999-12-231-0/+43
* Eliminate the .h.stub files; AC_DEFINE can generate the necessaryManoj Kasichainula1999-12-201-2/+4
* An indented "#include" can cause problems on some compilers. Make sureManoj Kasichainula1999-12-091-4/+4
* autoconf: Start adding support for selecting modules on theManoj Kasichainula1999-12-051-5/+6
* The possibility of a libenv module and a libenv system library (forManoj Kasichainula1999-12-051-2/+2
* Fix what I think is a bug where rlim_t won't be #defined on systemsManoj Kasichainula1999-12-011-1/+3
* Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.hManoj Kasichainula1999-12-011-0/+33
* The second part of the big autoconf patch, which actually adds autoconfManoj Kasichainula1999-11-291-0/+59