Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix raidfile tests on FreeBSD 7 | Chris Wilson | 2008-01-23 |
| | |||
* | Stricter check for dirent.d_type validity (possible problems with | Chris Wilson | 2007-12-18 |
| | | | | | | large file support resulting in reading the wrong part of the structure on Slackware?) | ||
* | Remove --with-bdb-dir option, to avoid confusion and be consistent with the | Chris Wilson | 2007-07-01 |
| | | | | | SSL flags. (merges [1717] by James O'Gorman, refs #3) | ||
* | Add --with-bdb-headers and --with-bdb-lib flags to configure to fix Berkeley | Chris Wilson | 2007-07-01 |
| | | | | | | | DB detection issues on FreeBSD. The original --with-bdb-dir flag is still present for systems that install BDB in a "standard" location. (merges [1714] from trunk by James O'Gorman, refs #3) | ||
* | Merge new m4 from trunk. (refs #3, merges [1453]) | Chris Wilson | 2007-03-24 |
| | |||
* | Apply patch from Stuart Hickinbottom <stuarth@hickinbottom.demon.co.uk> to ↵ | Ben Summers | 2006-06-19 |
| | | | | fix complication problems with gcc 4.1.1 where configure didn't detect LLONG_MAX properly. Fix by removing configure check completely, and using STL interface. | ||
* | Fix execute permission on substituted perl scripts | Martin Ebourne | 2006-03-12 |
| | |||
* | Patch from Per Thomsen to detect statvfs. This is used by recent versions of ↵ | Martin Ebourne | 2006-02-23 |
| | | | | NetBSD in preference to statfs. | ||
* | Beef up configure checks for 64 bit endian swapping function. | Martin Ebourne | 2006-02-03 |
| | | | | NOTE: Needs testing on other platforms, especially BSD. | ||
* | Rewrite configure check for readline lib to match libraries to headers and ↵ | Martin Ebourne | 2006-01-04 |
| | | | | | | be more selective. Also changes --enable-gnu-readline which intentionally used to prefer editline over readline even when specified (for licence goodness), to now prefer readline if requested. This is probably less confusing to a user. | ||
* | The last commit fixed the header file check, hopefully this will fix the ↵ | Martin Ebourne | 2006-01-02 |
| | | | | library check on platforms with only db version 1. | ||
* | Try and bodge round the scary mess Berkeley DB has left us. This possible ↵ | Martin Ebourne | 2006-01-02 |
| | | | | fix is for FreeBSD which fails to compile db.h | ||
* | Now supports Berkeley DB versions >= 4.1 in addition to 1.x. The versions ↵ | Martin Ebourne | 2005-12-28 |
| | | | | inbetween are not supported because they require code changes and I don't have them available to test against. | ||
* | Fix FreeBSD not finding sys/mount.h | Martin Ebourne | 2005-12-25 |
| | |||
* | Add more libdb version checks when configuring for Berkeley DB | Martin Ebourne | 2005-12-15 |
| | |||
* | Marged chris/win32/merge/07-win32-fixes at r210 to trunk | Martin Ebourne | 2005-12-12 |
| | |||
* | Merged martin/autoconf at r35 to trunk | Martin Ebourne | 2005-12-07 |