svn commit: samba r22514 - in branches/SAMBA_4_0: . source/lib/talloc source/lib/tdb

jelmer at samba.org jelmer at samba.org
Wed Apr 25 12:30:26 GMT 2007


Author: jelmer
Date: 2007-04-25 12:30:25 +0000 (Wed, 25 Apr 2007)
New Revision: 22514

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22514

Log:
Add version numbers to tdb and talloc (required so they can be packaged independent of Samba for Debian).
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/talloc/configure.ac
   branches/SAMBA_4_0/source/lib/tdb/configure.ac


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:merge
...skipped...

Modified: branches/SAMBA_4_0/source/lib/talloc/configure.ac
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/configure.ac	2007-04-25 11:26:53 UTC (rev 22513)
+++ branches/SAMBA_4_0/source/lib/talloc/configure.ac	2007-04-25 12:30:25 UTC (rev 22514)
@@ -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: branches/SAMBA_4_0/source/lib/tdb/configure.ac
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/configure.ac	2007-04-25 11:26:53 UTC (rev 22513)
+++ branches/SAMBA_4_0/source/lib/tdb/configure.ac	2007-04-25 12:30:25 UTC (rev 22514)
@@ -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