summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Merge r410634 from trunk.rooneg2006-09-221-1/+9
* Some rare autoconf/m4 environments translitate differently and are droppingwrowe2006-09-081-1/+1
* Narrow the behavior of 387468 so that -no-install libtool flag is neverwrowe2006-03-211-0/+10
* Merge r380120, r382030 from trunk:jorton2006-03-161-18/+1
* One more evolution of the uuid header detection code.wrowe2006-03-101-15/+15
* Address bug 37999 and other exceptions to the existing uuid detection code;wrowe2006-03-081-4/+50
* Merge r230416, r239640 from trunk:jorton2005-10-191-17/+19
* Merge r240174, r240047, r240181 from trunk:jorton2005-09-091-0/+1
* * configure.in: Fix the test for ancient FreeBSD that fails on a 6.0-CURRENT ...pquerna2005-06-171-3/+7
* Fix code which handles FreeBSD release numbersmartin2005-06-101-3/+3
* * configure.in: Simplify uuid checks.jorton2005-05-051-8/+3
* Use AC_CHECK_HEADERS to find the uuid header files.pquerna2005-05-051-5/+4
* - Add support for uuid_generate on OS X 10.4. This required some extra footpquerna2005-05-031-2/+10
* Fix HP-UX 11.00 build, where the IP multicast interfaces are notjorton2005-02-151-0/+1
* Fix posix rwlock detection (on Darwin).aaron2005-02-051-1/+1
* * configure.in: For Linux/s390, print size_t as unsigned long int andjorton2005-02-041-1/+4
* * configure.in: Use autoconf 2.5x AC_CONFIG_*; allow config.status tojorton2005-02-041-20/+24
* * configure.in: Disable sendfile support for S/390 only in kerneljorton2005-02-041-1/+4
* * configure.in: Really don't define apr_sigwait in apr_private.h anyjorton2005-01-131-6/+0
* * acconfig.h: Remove file.jorton2005-01-131-0/+21
* * configure.in: Require autoconf 2.50. Use AC_CHECK_MEMBERS to checkjorton2005-01-131-7/+5
* * configure.in: Aggregate some AC_CHECK_FUNCS usage.jorton2005-01-101-7/+3
* Adding an initial Multicast API.pquerna2005-01-021-0/+3
* Add a build script to create Solaris packages from APRminfrin2004-12-141-0/+1
* Use uuid_generate() and uuid_create() for the apr_os_uuid_get() interfacepquerna2004-11-221-0/+13
* Added support for Solaris 10 Event Completion Framework aspquerna2004-11-221-1/+1
* * configure.in: Fix the documentation string for '--enable-experimental-libtool'pquerna2004-11-191-1/+1
* Add --config to jlibtool to fill shlibpath_var in configure.jfclere2004-09-301-0/+4
* Only install apr-$MAJOR-config and add appropriate detection code tojerenkrantz2004-08-011-2/+4
* Re-instate jlibtool from deleted revision 1.5. Paperwork filed. All is well.jerenkrantz2004-07-081-4/+1
* * poll/unix/poll.c (backend_cleanup): Only define if using epoll/kqueue.jorton2004-07-071-6/+3
* Add support for KQueue and sys_epoll to apr_pollset.jerenkrantz2004-07-061-0/+19
* * configure.in, config.layout: Add -version suffix to defaultjorton2004-06-301-1/+1
* * configure.in: Remove check for res_init again.jorton2004-06-301-2/+0
* Get the correct setting for which locking mechanism to use.dreid2004-06-291-2/+11
* Use libbind/libresolv when available. Check <sys/types.h> before checking oth...martin2004-06-291-1/+4
* * configure.in: Don't use POSIX semaphores or cross-process pthreadjorton2004-06-141-10/+4
* Support POSIX semaphores on LP64 platforms:jorton2004-06-141-2/+0
* Revert accidental commit.jorton2004-06-101-1/+6
* Add apr_threadattr_guardsize_set function, which allows changingjorton2004-06-101-7/+3
* * configure.in, include/arch/unix/apr_arch_proc_mutex.h,jorton2004-06-051-2/+0
* Move APR_INT64_STRFN to apr_private.h and remove redundantjorton2004-06-041-4/+8
* Drop racy/broken Unix nested mutex implementation; use SUSv3-stylejorton2004-06-041-0/+1
* Add pkg-config APR file.thommay2004-05-291-0/+1
* * configure.in, include/arch/win32/apr_private.h,jorton2004-05-241-0/+11
* Don't assume getnameinfo() can handle IPv4-mapped IPv6 addressestrawick2004-05-201-1/+0
* Provide workaround for socklen_t declaration problem with 64-bittrawick2004-04-161-0/+12
* +DAportable is not valid for HP-UX native compiler on ia64trawick2004-04-161-4/+10
* * configure.in: Clarify comment.jorton2004-03-311-1/+1
* Add LFS support:jorton2004-03-271-22/+86