summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/sqlite3.m4
Commit message (Collapse)AuthorAgeFilesLines
* ldb: Drop autoconf-based build system.Jelmer Vernooij2010-10-301-62/+0
|
* r18903: merge from samba3:Stefan Metzmacher2007-10-101-0/+1
| | | | | | | define HAVE_LDB_LDAP and HAVE_LDB_SQLITE3 metze (This used to be commit 4e2f5ba490d717283ab089d90ebd5c108a8c53b0)
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
* r13166: Patches form Brad HardsSimo Sorce2007-10-101-1/+1
| | | | (This used to be commit 335050b30d832f529fb8fdd4f96e4bb3de93f38c)
* r7336: make --with-sqlite3=auto possibleStefan Metzmacher2007-10-101-6/+4
| | | | | metze (This used to be commit cd59ff50ed00526c2af5ebddfb1fca942ba8faa6)
* r7293: Turn sqlite3 support off by default, use --with-sqlite3 to re-enable.Andrew Bartlett2007-10-101-3/+4
| | | | | Andrew Bartlett (This used to be commit 422579215462c31dd863ab1b7f187003dafd0af2)
* r7292: Fix up the build system support for derrell's sqlite3 ldb backend.Andrew Bartlett2007-10-101-5/+18
| | | | | | | | It is on by default, so I've also fixed a build issue in it. I'll show how to make it off be default in the next commit. Andrew Bartlett (This used to be commit 5a1ef888100e8ef803100a6341133d96e8a400b0)
* r7283: add sqlite3.m4Derrell Lipman2007-10-101-0/+49
(This used to be commit 10a828a442b516551762bff81782072d9807d626)