summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-30/+0
|
* Update tdb version number.Jelmer Vernooij2008-05-201-1/+1
| | | | (This used to be commit eae17ae8ecdcb83fdb756189a9d5609a192371a4)
* Avoid using setup.py for intsallation.Jelmer Vernooij2008-02-121-0/+1
| | | | (This used to be commit 7b93e43dad55454e9107a38e67764e08f51392d3)
* Manually compile python files rather than using setup.py.Jelmer Vernooij2008-02-121-0/+4
| | | | (This used to be commit 94dfeb5e89a641e2af3d7426d9d25c87952198d2)
* r26700: tdb: Build and install Python bindings when possible.Jelmer Vernooij2008-01-101-0/+10
| | | | (This used to be commit 8d77ea379fef5ad4b2718bc8e0620304588c9239)
* r26181: Set version to 1.1.1, as 1.1.0 has already been released.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 19e351600051ce288ebe4109c5e408c418fafc73)
* r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2007-12-211-0/+1
| | | | | metze (This used to be commit 1f2ba20a11f5f34235d8067c72f8d79486db0f01)
* r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher2007-12-211-1/+1
| | | | | metze (This used to be commit 410cdf789a72209f9e10321519fe18ab40a43f95)
* r25881: Add ability to build .so of tdb.Jelmer Vernooij2007-12-211-0/+4
| | | | (This used to be commit 03bc4896e6c83d4d01b366cd5ce9e49547ee206c)
* r22637: Install tdbbackup and tdbdump again.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 8197cb975ec8ed92f10782cef20ff4373d6d6965)
* r22595: Add version numbers.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 54cc097e0f8ca880c6c370e712ce427cefb16f08)
* r22514: Add version numbers to tdb and talloc (required so they can be ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | packaged independent of Samba for Debian). (This used to be commit 846cfcf44df07457d228c9a5afab743e071ab7aa)
* r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher2007-10-101-1/+1
| | | | | | | and use the macros in configure.ac metze (This used to be commit 95d33e4d71b4c97af8413bcd136f393aa3e380dd)
* r18280: more portability tidyups, ensuring we use libreplace everywhereAndrew Tridgell2007-10-101-6/+0
| | | | (This used to be commit 4860d0256547b33709cdc109bdf7bb0310c2a5b6)
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2007-10-101-0/+1
| | | | | | | isolation of our portability environment from the main code, and also simplifies the includes system (no separate #ifdef _SAMBA_BUILD for tdb. ldb etc now) (This used to be commit 77d1a468e06290aba789e2f3affc769fc5159a21)
* r18108: move tdb to use the same build methodsAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 05521650c622c933a742b833dc38b7e9b32836be)
* r18098: use m4_include() instead of sinclude()Stefan Metzmacher2007-10-101-1/+1
| | | | | | | | this breaks ./autogen.sh in lib/ldb/, but the ldb build is broken anyway metze (This used to be commit 816fa197a73f5f309b6a113d997d21a70423361e)
* r18031: Merge my replace fixes:Jelmer Vernooij2007-10-101-0/+15
* libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace (This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)