summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Allow dependencies to be generated by something other than GCC.jerenkrantz2002-12-191-0/+3
* Introduce detection of dirent->d_fileno (or ->d_ino) and dirent->d_typewrowe2002-12-141-0/+2
* Fix selection of random device on OpenBSD; prefer /dev/arandom overjorton2002-12-021-1/+3
* Getpass on Solaris has an 8 character limit, which makes it less thanrbb2002-11-221-1/+1
* Use "DIR" rather than "<path>" as argument value in --with-* help texts,jorton2002-11-151-2/+2
* Cleanup: passing -n to echo to suppress the trailing newline andjorton2002-11-151-10/+10
* Simplify logic of /dev/*random search, reducing to a single AC_DEFINEjorton2002-11-141-15/+12
* Prevent test for C99 variable length arrays from failing with GCCjorton2002-11-141-1/+2
* Advertise the ability to disable DSO support, not an "--enable-dso" flagjorton2002-11-141-1/+1
* - define DEV_RANDOM as a string literal so it doesn't have to bejorton2002-11-141-4/+4
* Switch to passing three arguments to the AC_DEFINE macro wherejorton2002-11-141-17/+26
* Cleanup: use AC_CACHE_CHECK and AC_DEFINE in check for netinet/tcp.h.jorton2002-11-141-8/+8
* ReliantUnix: recognize that dlsym() is in libdl and dlopen() is intrawick2002-11-051-0/+11
* Move testregex to test/internal. This test is testing regular expressions,rbb2002-10-241-1/+1
* add configure-time detection of issues related to SCTP protocoltrawick2002-10-221-0/+7
* Add pointer version of apr_atomic_casbrianp2002-10-191-2/+2
* Determine sizeof(void *) during configuration (we'll need this in orderbrianp2002-10-191-0/+10
* %ld is the right format for size_t on Linux for s/390trawick2002-10-181-0/+5
* Platform preference for shl_load on HPUX11 must be expressed by testingwrowe2002-10-171-4/+4
* This patch compresses a few expansions of AC_CHECK_{FUNCS,HEADERS} intotrawick2002-10-171-15/+5
* In Autoconf, it's good practice to use "dnl" only when commenting on antrawick2002-10-161-89/+89
* Fix the detection of INT64_C() when defined in <stdint.h>.trawick2002-10-161-19/+16
* Don't use whitespace before preprocessor directives in the configuretrawick2002-10-161-13/+13
* fix some AC_MSG_RESULT()s to not include double quotes, e.g.trawick2002-10-151-6/+6
* Disable IPv6 support on Darwin. The current IPv6 support has atrawick2002-10-031-8/+23
* Added support for SCO OpenServer 5brianp2002-09-221-4/+6
* include <alloca.h> on any system that has it, not just on Tru64trawick2002-09-201-0/+1
* Make it a little easier to drop get-version.sh into apr-util by removingjerenkrantz2002-09-101-3/+3
* Fix the result of "apr-config --link-ld --libs". It did not includegstein2002-08-291-1/+1
* * substitute APR_MAJOR_VERSION to the Makefile so that othergstein2002-08-221-3/+3
* - Add parallel-apr layout which confines the 'parallel install' logic to ajerenkrantz2002-08-191-30/+32
* configure.inthommay2002-08-151-0/+5
* * build/get-version.sh: accept a specific header file rather thangstein2002-08-151-3/+6
* Various changes to clean up APR for a release.gstein2002-08-141-2/+14
* Fix buggy substitutionmartin2002-08-051-2/+2
* Remove unnecessary brackets and replace "-a" throughsascha2002-08-041-1/+1
* Get strtoq detection working.wrowe2002-08-031-2/+2
* Fix two problems... if this pid/off are longlongs, WTF aren't we followingwrowe2002-08-031-2/+8
* Out of time and at the end of my config-foo. This should get us thewrowe2002-08-031-2/+8
* Remove the memory leak from the apr_poll implementation. On all systems,rbb2002-08-021-1/+11
* Added apr_strtoll() and apr_atoll() to strings lib.wsanchez2002-07-241-0/+2
* fix typo in commenttrawick2002-07-241-1/+1
* Remove autoconf checks that were related to the now removed xlate.jerenkrantz2002-07-201-3/+1
* Remove all iconv detection from APR.striker2002-07-191-7/+0
* Thanks Justin!wrowe2002-07-171-1/+1
* Changed APR_HAS_XLATE within apr to an APR_HAVE_ICONV feature test.wrowe2002-07-171-2/+2
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-1/+1
* Inspired by the OpenSSL guys, this allows the --with-egd parameter toorlikowski2002-07-101-5/+6
* FreeBSD apr_sendfile: test for kernel version to determine whether togregames2002-07-021-0/+1
* ooops, backed out the wrong line. Oddly enough, it built for me on Linux.gregames2002-07-011-1/+1