summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
...
* Detect whether struct DIR has d_fd or dd_fd member and define theChris Wilson2008-01-22
* Update version and contact email address in configure.ac.Chris Wilson2008-01-21
* Add -Wundef to CXXFLAGS, only if using gcc (sun cc doesn't like it)Chris Wilson2008-01-20
* Search for readdir64 and stat64 if LARGE_FILE_SUPPORT is enabled, ratherChris Wilson2007-12-18
* Fix definition of dirfd(x) macro (autoconf doesn't like defining macrosChris Wilson2007-12-15
* Include the header file where dirfd() is supposed to be defined,Chris Wilson2007-12-13
* Check for optreset (fixes [1930])Chris Wilson2007-12-08
* Die if infrastructure/makebuildenv.pl or infrastructure/makeparcels.pl failsChris Wilson2007-10-08
* Work around the fact that we may have regex support without havingChris Wilson2007-07-26
* Detect whether getopt.h is present on system. (refs #3)Chris Wilson2007-04-22
* Check for d_ino member in struct dirent (refs #3, merges [1351])Chris Wilson2007-03-08
* Simplify check for PERLChris Wilson2007-03-04
* Rename makedistribution.pl to makedistribution.pl.in.Chris Wilson2007-01-13
* Search for dlfcn.h and dlsym() (needed for new intercept code) (refs #3, Chris Wilson2006-12-03
* Use gettimeofday() to increase accuracy of GetCurrentBoxTime() on Chris Wilson2006-11-23
* Add test/bbackupd/testfiles/syncallowscript.pl to the list of Perl filesChris Wilson2006-10-16
* Different check for have_regex_h (the old one doesn't seem to work on MinGW).Chris Wilson2006-10-16
* Don't check for AC_HEADER_DIRENT on any mingw32 platform. (refs #3)Chris Wilson2006-10-16
* Don't check for nanosleep, random device, or flock/F_SETLK on any mingw32Chris Wilson2006-10-16
* (refs #3)Chris Wilson2006-10-13
* * configure.acChris Wilson2006-08-31
* * configure.acChris Wilson2006-08-31
* * mergeChris Wilson2006-07-27
* 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
* This is part 1 of a patch from James O'Gorman.Martin Ebourne2006-03-04
* Patch from Per Thomsen to skip kqueue check on NetBSD, required because the N...Martin Ebourne2006-02-23
* Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to dis...Ben Summers2006-02-13
* This ppc problem is clearly a common big-endian platform issue.Martin Ebourne2006-02-12
* Added workaround option for GCC on the PPC platform. This is a manually invok...Martin Ebourne2006-02-11
* Workaround for autoconf's unexpanded directory substitutions vs. the current ...Martin Ebourne2006-02-11
* Beef up configure checks for 64 bit endian swapping function.Martin Ebourne2006-02-03
* Detect network libraries for OpenSSL, needed on SolarisMartin Ebourne2006-02-01
* Merge chris/bb-save-state, resolving conflictsBen Summers2006-01-30
* * configure.acChris Wilson2006-01-28
* Fix raidfile intercept tests on 32 bit Linux with large file support.Martin Ebourne2006-01-07
* Fix for Darwin: xattr support, remove nasty assembler intercept code, cosmeti...Ben Summers2006-01-05
* Rewrite configure check for readline lib to match libraries to headers and be...Martin Ebourne2006-01-04
* Now supports Berkeley DB versions >= 4.1 in addition to 1.x. The versions inb...Martin Ebourne2005-12-28
* Don't use betoh64/be64tonh to avoid name hassleMartin Ebourne2005-12-28
* Attempt to fix box_ntoh64 for FreeBSD which renames betoh64 to be64tohMartin Ebourne2005-12-25
* Rename config.h to BoxConfig.h to help prevent clashesMartin Ebourne2005-12-21
* Allow use of native 64 bit endian swapping functionsMartin Ebourne2005-12-21
* Fixed up configure.ac after win32 changesMartin Ebourne2005-12-20
* Marged chris/win32/merge/07-win32-fixes at r210 to trunkMartin Ebourne2005-12-12
* Merged martin/autoconf at r35 to trunkMartin Ebourne2005-12-07