summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new configure option: --enable-pool-debugstriker2002-01-241-0/+41
* The rest of this issue is undecided, but this patch gets usaaron2002-01-231-0/+6
* Fix egd help string format.jerenkrantz2002-01-131-1/+1
* Add --with-efence to allow usage of Electric Fence.jerenkrantz2002-01-131-1/+21
* OS/2: Fix failure to reach a successful decision on anon shared memory.bjh2002-01-121-0/+3
* BeOS really only has one way of creating shared memory, so we'll be using itdreid2002-01-111-0/+4
* New rules for detecting Anonymous vs. Name-based shared memory.aaron2002-01-101-46/+80
* Add support for EGD-compatible entropy gatherers (such as EGD or PRNGd).jerenkrantz2002-01-081-5/+20
* Generated libtool goes in $abs_builddir.jerenkrantz2002-01-021-1/+1
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-19/+0
* Whoops, shouldn't be doing this at 3:45AM...striker2001-12-141-1/+1
* Get rid of --enable-assert-memory and -DAPR_ASSERT_MEMORY. These werestriker2001-12-141-5/+0
* switch Apache/apr/apr-util to use run-time linking on AIXtrawick2001-12-121-0/+11
* maintainer mode with AIX xlc now initializes autodata to 0xFEtrawick2001-12-121-1/+1
* apr-config is a shell script modeled after glib-config et al that allowsjerenkrantz2001-12-121-0/+3
* Kind of an obscure bug. VPATH on a platform that builds exports.c (likeaaron2001-12-111-3/+3
* don't try to use getaddrinfo() on systems without gai_strerror()trawick2001-12-071-0/+2
* older versions of libtool don't generate the libtool script inline, sogregames2001-12-041-1/+3
* AIX wants this set when using xlc, paths to source files are known.orlikowski2001-12-031-0/+4
* get binbuild working when apr, apr-util, and expat are built shared ingregames2001-12-031-0/+1
* fix some of the APR_foo_FMT_T values on AIX 5Ltrawick2001-11-291-1/+1
* Get rid of some ancient pre-apr_hints.m4 AIX logictrawick2001-11-291-18/+0
* get rid of cruft associated with 1.3-era symbols USEBCOPY andtrawick2001-11-291-3/+0
* Fix a buglet that caused APR_FILE_BASED_SHM to be set inadvertentlytrawick2001-11-261-1/+1
* make absolutely sure we have getgrnam_r() before calling ittrawick2001-11-211-0/+1
* Add the first elements to support AS/400jfclere2001-11-211-1/+5
* Remove the -Kthread for ReliantUnix. It is specific for threads.jfclere2001-11-191-3/+0
* Use strerror_r() where available, since strerror() isn't alwaystrawick2001-11-121-0/+4
* The previous patch was the wrong test. If file_as_socket was unset (emptygstein2001-10-271-1/+1
* Fix a small snafu in configure.indreid2001-10-271-1/+1
* OS/2: need -lbsd to get random()bjh2001-10-211-0/+1
* Remove SMS and all references.striker2001-09-281-11/+0
* AIX emulated dlopen() cleanups...orlikowski2001-09-251-0/+1
* AC_PROG_CC can only be used once within a configure script (at least withgstein2001-09-221-1/+6
* Use the proper m4 quoting.jerenkrantz2001-09-221-1/+1
* This solves a number of issues on cygwin, until Stipe or others havewrowe2001-08-301-0/+1
* * srclib/apr/build/apr_hints.m4: added Cygwin specific APR_ADDTOs.wrowe2001-08-301-0/+5
* Error codes from getaddrinfo() need their own range within thetrawick2001-08-291-0/+1
* Add explanatory note about thejerenkrantz2001-08-271-0/+4
* Introduce a new --disable-ipv6 option to disable IPv6 support.trawick2001-08-171-9/+22
* Reorder the shared memory preferences to match what MM originally had.jerenkrantz2001-08-161-12/+27
* Previously, we considered gethostbyname/gethostbyaddr to betrawick2001-08-151-2/+12
* Allow for OS/2 in shared memory type test.bjh2001-08-151-1/+9
* Fix the new shared memory configure script. The APR_DECIDErbb2001-08-141-12/+12
* Move the necessary shared memory code from MM into APR and remove ourjerenkrantz2001-08-131-77/+85
* LINK shouldn't include ALL_LIBS; that puts -lm -lcrypt -lwhatever beforetrawick2001-08-131-1/+1
* Move the required library autoconf checks before we do the firstjerenkrantz2001-08-051-9/+9
* Some small changes to the profile options...dreid2001-08-021-0/+6
* Forgot to escape the $ in libdir. This breaks the apr-util build withjerenkrantz2001-08-011-1/+1
* Add ALL_LIBS to the link command for APR since LINK is used for buildingjerenkrantz2001-08-011-1/+4