summaryrefslogtreecommitdiff
path: root/lib/tdb/configure.ac
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2010-09-24 15:34:06 +0930
committerRusty Russell <rusty@rustcorp.com.au>2010-09-27 10:48:28 +0930
commit3258cf3f11bf7c68a2e69e1808c4551cc899725a (patch)
tree4936334d88f8e159c0412f8f3370f3ab07c0817d /lib/tdb/configure.ac
parent7afa7b8a848a6afdb586768168c95b566b7b912f (diff)
downloadsamba-3258cf3f11bf7c68a2e69e1808c4551cc899725a.tar.gz
samba-3258cf3f11bf7c68a2e69e1808c4551cc899725a.tar.bz2
samba-3258cf3f11bf7c68a2e69e1808c4551cc899725a.zip
tdb: add Bob Jenkins lookup3 hash as helper hash.
This is a better hash than the default: shipping it with tdb makes it easy for callers to use it as the hash by passing it to tdb_open_ex(). This version taken from CCAN and modified, which took it from http://www.burtleburtle.net/bob/c/lookup3.c. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/tdb/configure.ac')
-rw-r--r--lib/tdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/configure.ac b/lib/tdb/configure.ac
index 839086525a..a858aa7ec3 100644
--- a/lib/tdb/configure.ac
+++ b/lib/tdb/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
AC_DEFUN([SMB_ENABLE], [echo -n ""])
-AC_INIT(tdb, 1.2.4)
+AC_INIT(tdb, 1.2.5)
AC_CONFIG_SRCDIR([common/tdb.c])
AC_CONFIG_HEADER(include/config.h)
AC_LIBREPLACE_ALL_CHECKS