summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/external/libtalloc.m4
Commit message (Collapse)AuthorAgeFilesLines
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-8/+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
* talloc: change talloc minor version to 2.0.2Andrew Tridgell2010-04-021-1/+1
| | | | this has the talloc_is_parent() bugfix
* Samba4 and LDB requires talloc 2.0.1Andrew Bartlett2009-12-221-1/+1
| | | | reported by ewoud@kohlvanwijngaarden.nl
* ldb: Check for talloc using pkg-config before checking manually, so weJelmer Vernooij2009-09-261-3/+4
| | | | find version errors.
* ldb: Depend on libtalloc 2.0.0Simo Sorce2009-08-301-1/+1
|
* 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)