summaryrefslogtreecommitdiff
path: root/build_posix/configure.ac.in
Commit message (Expand)AuthorAgeFilesLines
* Allow examples to run in parallel: give each a unique home directory.Michael Cahill2013-01-081-1/+1
* Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para...Michael Cahill2013-01-071-1/+1
* Use the standard automake/autoconf structures for finding pthread_np.h,Keith Bostic2012-12-111-0/+1
* On systems where it's available (FreeBSD & Linux, at least), call theKeith Bostic2012-12-111-1/+2
* SunOS doesn't include strtouq(3), add a local version that calls strtoull(3)Keith Bostic2012-12-011-1/+2
* Tweaks to file configuration for reads on Linux (disable readahead and access...Michael Cahill2012-10-181-1/+1
* Add a comment to the configure check for Python support in SWIG.Michael Cahill2012-09-181-0/+2
* Check that SWIG has Python support enabled.Michael Cahill2012-09-181-0/+4
* Lint of hash functions.Alex Gorrod2012-08-201-15/+0
* Fix compiler warnings generated by City Hash implementation.Alex Gorrod2012-08-161-0/+15
* Move dist/RELEASE to the top level of the tree.Michael Cahill2012-08-021-1/+1
* Require SWIG-2.0 or above.Michael Cahill2012-07-111-1/+2
* Rename wt_internal.in -> wt_internal.h, it doesn't require any processing.Keith Bostic2012-05-181-1/+0
* Relax the version requirements for autoconf and libtool: we are testing with ...Michael Cahill2012-04-041-2/+2
* Check the versions of autoconf, automake and libtool to avoid failures when t...Michael Cahill2012-04-041-1/+3
* OS X doesn't support clock_gettime, add support for gettimeofday.Keith Bostic2012-03-151-1/+1
* Default to a verbose build, we can switch that off by running "configure --en...Michael Cahill2012-03-111-1/+1
* Fix the configure test for default buffer alignment.Michael Cahill2012-02-281-15/+15
* Make buffer alignment configurable in wiredtiger_open. Only align scratch bu...Michael Cahill2012-02-231-4/+13
* Align allocations larger than 512 bytes to 512 byte boundaries.Michael Cahill2011-12-231-1/+1
* Build with _GNU_SOURCE on Linux to enable O_DIRECT.Michael Cahill2011-12-231-0/+6
* Fix with automake version < 1.11, use foreign mode so that fewer top-level fi...Michael Cahill2012-02-081-2/+2
* Switch to quiet builds by default.Michael Cahill2012-02-081-0/+1
* More copyright cleanup.Keith Bostic2012-02-011-3/+0
* Don't modify CFLAGS if set before configure was run.Michael Cahill2012-01-311-4/+12
* Append -g or -O3 to the CFLAGS variable.Keith Bostic2012-01-301-2/+2
* Add a warning ot the end of configure for diagnostic builds.Michael Cahill2011-12-091-0/+5
* Set default CFLAGS if the user doesn't supply them, but don't override the user'Michael Cahill2011-11-211-30/+11
* Put build subdirs into build_posix/Make.subdirs, use that to generate both Ma...Michael Cahill2011-09-301-12/+1
* Skip the build of test/format if the BDB link has not been created.Michael Cahill2011-09-271-0/+3
* Omit directories from configure.ac if they are missing from the tree.Michael Cahill2011-09-271-0/+106