summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Change the ordering of the lock method to what's been "standard"jim2002-03-271-8/+11
* Improve detection of the INT64_C macro to prevent problems with HP-UX'sjerenkrantz2002-03-261-4/+20
* OS/390: only remove -g if CFLAGS wasn't set on entry to configure.gregames2002-03-231-3/+5
* get rid of the -g compiler flag on OS/390, unless this is a debug orgregames2002-03-221-0/+11
* Back out some over-engineering. We use pid_t throughout - and thiswrowe2002-03-161-6/+6
* configure now sets APR_RESOLV_RETRANSRETRY is the dns's timeout/retryianh2002-03-111-0/+3
* Allow APR to install its own libtool into an installbuilddir.jerenkrantz2002-03-091-0/+4
* The test was reverted but I did not noticed it until I remove cpp for my path.jfclere2002-02-251-1/+1
* OS/2: Use APR_PROC_MUTEX_IS_GLOBAL to provide global mutex as an alias forbjh2002-02-231-0/+3
* stop autoconf complainingianh2002-02-221-1/+1
* deal with the case where some processors in a product line are ancient and don'tianh2002-02-211-5/+33
* prevent any annoying stderr from leaking through to the screen (native as).jfclere2002-02-211-1/+1
* Allow assembly of atomic/solaris_sparc/apr_atomic_sparc.s with the gnu as.jfclere2002-02-211-2/+16
* enable sun-sparc specific codeianh2002-02-191-0/+12
* provide APR_CC_HINTS. This allows us to specify a default compilergregames2002-02-151-0/+5
* Add autoconf-2.52f+ support. (It sets abs_builddir to be relative notjerenkrantz2002-02-151-10/+11
* support files for unixianh2002-02-121-1/+1
* HPUX 11.0 doesn't have /dev/null, but HPUX 11i does, so it tries toaaron2002-02-071-0/+3
* Replace autoconf 1.x macro calls with 2.x macro calls.striker2002-02-051-7/+7
* Add a means to track where allocations are done. Show each andstriker2002-02-051-2/+5
* Export whether we have time.h or not.jerenkrantz2002-02-031-0/+1
* Provide more outputs for the apr-config file. Corrected some handlinggstein2002-02-031-2/+1
* 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