summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Remove long since unnecessary endianness checks.Joe Orton2004-02-071-8/+0
* * configure.in: Remove unnecessary $builddir/server/mpm/$mpm andJoe Orton2004-01-261-2/+1
* * configure.in: Check for sqrt in libm (needed by ab).Joe Orton2004-01-021-0/+1
* Add fatal exception hook for use by debug modules. The hook is onlyJeff Trawick2003-11-261-0/+6
* "Listen 80" just works now, using v4-only, v6-only, mapped addressCliff Woolley2003-09-281-10/+3
* Add optional hook to extend mod_status output.Joe Orton2003-07-211-1/+1
* Use three-argument form of AC_DEFINE everywhere; remove acconfig.hJoe Orton2003-07-101-1/+1
* Play nice with libtool 1.5.Wilfredo Sanchez2003-05-191-1/+1
* Fix a VPATH build issue - our command lines can sometimes hit the wallWilliam A. Rowe Jr2003-05-161-3/+5
* Ensure that ssl-std.conf is generated at configure time, and switchThom May2003-05-051-1/+1
* By default, use the same CC and CPP with which APR was built.Jeff Trawick2003-04-241-2/+8
* Move the dropped '--enable-layout' subdir logic into APR_SUBDIR_CONFIG macroJustin Erenkrantz2003-04-051-24/+8
* Fix a build problem with passing unsupported --enable-layoutJeff Trawick2003-04-031-0/+21
* use APR_CHECK_APR_DEFINE() where possibleJeff Trawick2003-03-081-10/+3
* Linux 2.4+: enable coredumps when Apache is started as root ifGreg Ames2003-03-061-0/+2
* Use APR_LAYOUT instead of APACHE_LAYOUT in configure.Justin Erenkrantz2003-02-171-1/+1
* Remove files on 'make distclean' that should be.Justin Erenkrantz2003-02-171-2/+1
* Use correct quoting mechanism for APR_SUBDIR_CONFIG.Justin Erenkrantz2003-02-151-3/+3
* Allow apachectl to perform status with links and elinks as well if lynx isJustin Erenkrantz2003-02-151-0/+1
* update a test compile to find apr.h when apr isn't in srclibJeff Trawick2003-02-071-1/+1
* Make buildconf work with out-of-tree apr and apr-util by adding --with-aprJustin Erenkrantz2003-01-301-5/+5
* Allow dependencies to be generated by something other than GCC.Justin Erenkrantz2002-12-191-0/+3
* Take apr include dir from beginning, not end of list given by apu-config.Wilfredo Sanchez2002-12-071-1/+1
* Find apr, apr-util automatically if no --with-apr{-util} flag, same as other ...Wilfredo Sanchez2002-11-291-2/+2
* If apr and apr-util are not in-tree, we need to be able to find theWilfredo Sanchez2002-11-291-0/+2
* Changes to reduce dependency on in-tree apr and apr-util.Wilfredo Sanchez2002-11-281-1/+1
* Don't include apr_network.m4 and apr_threads.m4; we don't use them.Wilfredo Sanchez2002-11-281-2/+0
* Add --[enable|disable]-v4-mapped configure option to controlJeff Trawick2002-11-141-0/+36
* Rework the apxs -cp command to work when the source dir isn't available byJustin Erenkrantz2002-09-191-0/+2
* OS/390: re-instate support for single listen unserialized acceptGreg Ames2002-08-301-0/+3
* Use APR_PARSE_ARGUMENTS instead of APACHE_PARSE_ARGUMENTSJustin Erenkrantz2002-08-191-1/+1
* AIX: Apache is slightly faster with this malloc settingJeff Trawick2002-07-161-0/+1
* set some environment variables on AIX that improve Apache performanceJeff Trawick2002-07-121-0/+5
* Make the mime types configuration file path relative to {sysconfdir},Sander Striker2002-07-041-0/+2
* Fix the build on BSDi machines. The bsd_makefile trick didn't completelyDavid Reid2002-06-151-0/+6
* the TCP guy in Austin (AIX-land) swears that 4.3.2 GA had the fix forJeff Trawick2002-06-141-1/+1
* AIX 4.3.3 and above: Define SINGLE_LISTEN_UNSERIALIZED_ACCEPT.Jeff Trawick2002-06-141-0/+6
* Fix breakage introduced in mod_cgi commit since we need to now includeJustin Erenkrantz2002-06-061-2/+2
* get APR to tell us the name of the shared library path variableJeff Trawick2002-05-151-0/+1
* Remove APACHE_MKDIR_P_CHECK in favor of new APR_MKDIR_P_CHECK.Justin Erenkrantz2002-05-141-1/+1
* Instead of using the hardcoded libtool path of srclib/apr, use theJustin Erenkrantz2002-05-131-2/+3
* Instead of hardcoding srclib/apr{-util} in the INCLUDES, get the informationJustin Erenkrantz2002-05-131-2/+3
* First pass at trying to standardize httpd-2.0's usage of APR and APR-utilJustin Erenkrantz2002-05-131-28/+37
* Allow VPATH builds to succeed when configured from an empty directory.Justin Erenkrantz2002-04-181-0/+5
* Added support for MPMs that live in subdirectories under server/mpmBrian Pane2002-04-121-2/+2
* Pass the --includedir flag to the apr and apr-util configure calls.Aaron Bannert2002-04-071-3/+3
* AIX: Fix the syntax for setting the LDR_CNTRL and AIXTHREAD_SCOPEJeff Trawick2002-04-041-2/+2
* Remove hardcoded paths from MPMs and move them to a more centralSander Striker2002-04-041-1/+1
* Added exp_foo and rel_foo variables to config_vars.mk for all Apache andAaron Bannert2002-03-211-2/+3
* Solaris 8 doesn't have a thundering herd problemIan Holsman2002-03-161-1/+10