Rev 12002: Add version numbers to tdb and talloc (required so they can be packaged independent of Samba for Debian). in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Wed Apr 25 13:19:30 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 12002
revision-id: jelmer at samba.org-20070425131917-pzfr6c9ly8w9vnf1
parent: svn-v2:22508 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Wed 2007-04-25 15:19:17 +0200
message:
  Add version numbers to tdb and talloc (required so they can be packaged independent of Samba for Debian).
modified:
  source/lib/talloc/configure.ac svn-v2:18031 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flib%2ftalloc%2fconfigure.ac
  source/lib/tdb/configure.ac    svn-v2:18031 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flib%2ftdb%2fconfigure.ac
=== modified file 'source/lib/talloc/configure.ac'
--- a/source/lib/talloc/configure.ac	2006-09-13 16:51:45 +0000
+++ b/source/lib/talloc/configure.ac	2007-04-25 13:19:17 +0000
@@ -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)

=== modified file 'source/lib/tdb/configure.ac'
--- a/source/lib/tdb/configure.ac	2006-09-13 16:51:45 +0000
+++ b/source/lib/tdb/configure.ac	2007-04-25 13:19:17 +0000
@@ -2,7 +2,7 @@
 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



More information about the samba-cvs mailing list