summaryrefslogtreecommitdiff
path: root/infrastructure/m4
Commit message (Expand)AuthorAge
* Add a note about why fixing NetBSD's kqueue support is harder than it looks.Chris Wilson2014-12-15
* Fix detection of filesystems without extended attribute support on NetBSD.Chris Wilson2014-12-06
* Fix missing include of sys/socket.h to find struct ucred on Linux.Chris Wilson2014-12-06
* Check for existence of netdb.h for conditional inclusion.Chris Wilson2014-12-06
* Workaround for old gnu tar, failing to restore timestamps on symlinks.Chris Wilson2014-12-06
* Add support for getsockopt(SO_PEERCRED) on OpenBSD 5.2.Chris Wilson2014-12-06
* Generate configure script in qdbm directory.Chris Wilson2014-12-01
* Support microsecond timestamps for files on Linux.Chris Wilson2014-04-09
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB when searching for SSLChris Wilson2012-11-14
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB to search for EVP_CipherInit_ex,Chris Wilson2012-11-14
* Check for -lcrypto before -lssl, to ensure correct order in LIBS and successf...Chris Wilson2012-04-28
* Move libdl tests before boxbackup tests in configure.ac to fix OpenSSL link e...Chris Wilson2012-04-28
* Hopefully fix TcpNice setsockopt/struct tcp_info compile errors on Windows.Chris Wilson2012-03-16
* Add experimental "TCP Nice" mode, disabled by default.Chris Wilson2012-02-12
* Patch to support building on MinGW, thanks to Paolo ToscoChris Wilson2011-10-17
* Silence warnings from new MinGW headers that expect __MINGW_FEATURES__Chris Wilson2011-10-08
* Rephrase -rdynamic message.Chris Wilson2011-10-07
* Skip -rdynamic on cygwin as well as Solaris.Chris Wilson2011-10-05
* Move Box Backup's custom tests into own file, to share with Boxi.Chris Wilson2011-09-25
* Restore the newline in the includes variable, it is actually requiredChris Wilson2011-02-28
* Test whether pdcurses is required to compile with readline support.Chris Wilson2011-02-27
* Workaround for Mac OSX where readline.h doesn't compile if stdio.h isChris Wilson2010-09-29
* Detect whether rl_completion_matches or completion_matches is declared Chris Wilson2010-02-26
* Blind fix for autoconf problems introduced by earlier attempt to supportChris Wilson2009-04-04
* Assume that we have no way to determine whether struct dirent has aChris Wilson2009-03-31
* Assume that lseek does not take a "dummy parameter" when cross-compiling,Chris Wilson2009-03-31
* Reverse the test for __syscall(), remove the test for syscall(),Chris Wilson2008-10-26
* Update autoconf to silence warnings on autoconf >= 2.62James O'Gorman2008-10-05
* Fix raidfile tests on FreeBSD 7Chris Wilson2008-01-23
* Stricter check for dirent.d_type validity (possible problems withChris Wilson2007-12-18
* Remove --with-bdb-dir option, to avoid confusion and be consistent with theChris Wilson2007-07-01
* Add --with-bdb-headers and --with-bdb-lib flags to configure to fix BerkeleyChris Wilson2007-07-01
* Merge new m4 from trunk. (refs #3, merges [1453])Chris Wilson2007-03-24
* Apply patch from Stuart Hickinbottom <stuarth@hickinbottom.demon.co.uk> to fi...Ben Summers2006-06-19
* Fix execute permission on substituted perl scriptsMartin Ebourne2006-03-12
* Patch from Per Thomsen to detect statvfs. This is used by recent versions of ...Martin Ebourne2006-02-23
* Beef up configure checks for 64 bit endian swapping function.Martin Ebourne2006-02-03
* Rewrite configure check for readline lib to match libraries to headers and be...Martin Ebourne2006-01-04
* The last commit fixed the header file check, hopefully this will fix the libr...Martin Ebourne2006-01-02
* Try and bodge round the scary mess Berkeley DB has left us. This possible fix...Martin Ebourne2006-01-02
* Now supports Berkeley DB versions >= 4.1 in addition to 1.x. The versions inb...Martin Ebourne2005-12-28
* Fix FreeBSD not finding sys/mount.hMartin Ebourne2005-12-25
* Add more libdb version checks when configuring for Berkeley DBMartin Ebourne2005-12-15
* Marged chris/win32/merge/07-win32-fixes at r210 to trunkMartin Ebourne2005-12-12
* Merged martin/autoconf at r35 to trunkMartin Ebourne2005-12-07