summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Properly quote case pattern.Davi Arnaut2007-06-301-1/+1
* Define SEM_FAILED if it isn't already defined, as the proc mutexDavi Arnaut2007-06-291-0/+9
* Some rare autoconf/m4 environments translitate differently and are droppingWilliam A. Rowe Jr2006-09-081-1/+1
* Make apr compile on FreeBSD-4.xMartin Kraemer2006-07-181-1/+2
* Provide suitable hints to autoconf that mingw (Win32)'s process locks andJustin Erenkrantz2006-07-141-0/+1
* Link to librpcrt4.a.Justin Erenkrantz2006-07-141-0/+1
* Allow APR_HAS_PROC_INVOKED to be overriden for mingw by autoconf.Justin Erenkrantz2006-07-131-0/+6
* Move some of the mingw-specific checks into the hints m4 file instead.Justin Erenkrantz2006-07-131-11/+3
* Allow mingw to have access to the Win32 'unicode' FS system.Justin Erenkrantz2006-07-121-0/+11
* Define struct iovec for mingw.Justin Erenkrantz2006-07-121-0/+8
* Move the autoconf check for type 'in_addr' into a macro, and improve it to workJustin Erenkrantz2006-07-121-11/+6
* Set up apr.h and apr_private.h so that mingw can compile.Justin Erenkrantz2006-07-121-0/+14
* Allow configure to complete successfully on mingw.Justin Erenkrantz2006-07-111-9/+51
* Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield.Garrett Rooney2006-06-301-1/+7
* Submitted by: breserWilfredo Sanchez2006-05-311-1/+9
* One more evolution of the uuid header detection code.William A. Rowe Jr2006-03-101-15/+15
* * configure.in: Set LT_NO_INSTALL to -no-install on all platforms butJoe Orton2006-03-101-0/+10
* Address bug 37999 and other exceptions to the existing uuid detection code;William A. Rowe Jr2006-03-021-4/+50
* Usse a future-proof configure check for the robust mutex support:Joe Orton2006-03-011-1/+1
* * configure.in: Remove bogus check to test whether definingJoe Orton2006-02-231-17/+0
* Nix os_version def for darwin; it's unused and breaks if minor version is >= 10Wilfredo Sanchez2005-12-011-3/+0
* Add some workarounds for cases where readdir_r fails due to largeJoe Orton2005-08-311-1/+1
* Allow setting both the TCP_NODELAY and TCP_CORK socket options forJoe Orton2005-08-251-0/+1
* * configure.in: Fix checks for alloca().Joe Orton2005-08-241-2/+4
* * configure.in: Check for libefence after threads in case libefenceJoe Orton2005-08-241-17/+19
* * configure.in: Fix the test for ancient FreeBSD that fails on a 6.0-CURRENT ...Paul Querna2005-06-171-3/+7
* Fix code which handles FreeBSD release numbersMartin Kraemer2005-06-101-3/+3
* * configure.in: Simplify uuid checks.Joe Orton2005-05-051-8/+3
* Use AC_CHECK_HEADERS to find the uuid header files.Paul Querna2005-05-051-5/+4
* - Add support for uuid_generate on OS X 10.4. This required some extra footPaul Querna2005-05-031-2/+10
* Fix HP-UX 11.00 build, where the IP multicast interfaces are notJoe Orton2005-02-151-0/+1
* Fix posix rwlock detection (on Darwin).Aaron Bannert2005-02-051-1/+1
* * configure.in: For Linux/s390, print size_t as unsigned long int andJoe Orton2005-02-041-1/+4
* * configure.in: Use autoconf 2.5x AC_CONFIG_*; allow config.status toJoe Orton2005-02-041-20/+24
* * configure.in: Disable sendfile support for S/390 only in kernelJoe Orton2005-02-041-1/+4
* * configure.in: Really don't define apr_sigwait in apr_private.h anyJoe Orton2005-01-131-6/+0
* * acconfig.h: Remove file.Joe Orton2005-01-131-0/+21
* * configure.in: Require autoconf 2.50. Use AC_CHECK_MEMBERS to checkJoe Orton2005-01-131-7/+5
* * configure.in: Aggregate some AC_CHECK_FUNCS usage.Joe Orton2005-01-101-7/+3
* Adding an initial Multicast API.Paul Querna2005-01-021-0/+3
* Add a build script to create Solaris packages from APRGraham Leggett2004-12-141-0/+1
* Use uuid_generate() and uuid_create() for the apr_os_uuid_get() interfacePaul Querna2004-11-221-0/+13
* Added support for Solaris 10 Event Completion Framework asPaul Querna2004-11-221-1/+1
* * configure.in: Fix the documentation string for '--enable-experimental-libtool'Paul Querna2004-11-191-1/+1
* Add --config to jlibtool to fill shlibpath_var in configure.Jean-Frederic Clere2004-09-301-0/+4
* Only install apr-$MAJOR-config and add appropriate detection code toJustin Erenkrantz2004-08-011-2/+4
* Re-instate jlibtool from deleted revision 1.5. Paperwork filed. All is well.Justin Erenkrantz2004-07-081-4/+1
* * poll/unix/poll.c (backend_cleanup): Only define if using epoll/kqueue.Joe Orton2004-07-071-6/+3
* Add support for KQueue and sys_epoll to apr_pollset.Justin Erenkrantz2004-07-061-0/+19
* * configure.in, config.layout: Add -version suffix to defaultJoe Orton2004-06-301-1/+1