r22514: Add version numbers to tdb and talloc (required so they can be packaged indep...
authorJelmer Vernooij <jelmer@samba.org>
Wed, 25 Apr 2007 12:30:25 +0000 (12:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:51:35 +0000 (14:51 -0500)
source/lib/talloc/configure.ac
source/lib/tdb/configure.ac

index 51e7256bf888266b022f0fc4f188adb47e903729..5f465fe93ab0a60a33f9b1d9733b6e67e563bfca 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT(talloc.h)
+AC_INIT(talloc, 1.0)
 AC_CONFIG_SRCDIR([talloc.c])
 AC_SUBST(datarootdir)
 AC_CONFIG_HEADER(config.h)
index bf73b124507c0e2bbbc397001779bdffb8cf6229..143648d99fe29bb396622fd0bcd719a2da944480 100644 (file)
@@ -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(include/tdb.h)
+AC_INIT(include/tdb.h, 1.1)
 AC_CONFIG_SRCDIR([common/tdb.c])
 AC_CONFIG_HEADER(include/config.h)
 AC_LIBREPLACE_ALL_CHECKS