summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop copying APR's libtool. And pass enough parameters to apr's subconfigJustin Erenkrantz2002-03-091-1/+1
* Fix a bug that would cause SERVER_CONFIG_FILE to be an absolute path,Aaron Bannert2002-03-081-1/+2
* 64-bit build on AIX:Jeff Trawick2002-03-071-1/+1
* Fix a problem in the new --enable-layout functionality whereAaron Bannert2002-03-061-11/+4
* For some reason AC_PREFIX_DEFAULT must not be called before the aprAaron Bannert2002-02-281-1/+5
* No longer assume SERVER_CONFIG_FILE is in the "conf" directory. InsteadAaron Bannert2002-02-281-2/+4
* Fix a typo in the default cgidir variable.Aaron Bannert2002-02-281-7/+1
* Set defaults for non-autoconf path variables. Also export a coupleAaron Bannert2002-02-271-0/+1
* Fix --enable-layout to work again.Aaron Bannert2002-02-271-4/+15
* Fix the AC_OUTPUT() macro for the BSD users.Greg Stein2002-02-011-1/+1
* Check for timegm() and for tm_gmtoff in struct tm.Martin Kraemer2002-01-311-0/+10