summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/external/libtdb.m4
Commit message (Collapse)AuthorAgeFilesLines
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-7/+0
| | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
* s4:build Bump ldb and tdb required versions.Andrew Bartlett2009-12-081-1/+1
| | | | Hopefully this will ensure we don't get an older version from the system.
* s4-ldb: bump minimum version in ldb tooAndrew Tridgell2009-09-191-1/+1
|
* Require the new tdb 1.1.5 (for performance reasons)Andrew Bartlett2009-06-181-1/+1
| | | | | | | | While tdb has not changed ABI in a way that requires this, we don't want Samba4 somehow built against the old version with performance problems on large, growing databases. Andrew Bartlett
* added support for a prepare_commit() op in ldb modulesAndrew Tridgell2009-03-311-1/+1
| | | | | This op will be used by the partition module to give us good transaction semantics across the 4 partitions that sam.ldb uses.
* Fix ldb standalone build.Simo Sorce2008-09-191-3/+6
| | | | | Add shared-build target to the ldb library, and make it possible to build it against libtalloc, libevents, libtdb as shared libraries.
* r22642: Allow standalone build to work without tdb or talloc checked out, butJelmer Vernooij2007-10-101-0/+4
provided by the system. (This used to be commit bdde74055121ac538f6006750c94b514e962619d)