mirror of
https://github.com/samba-team/samba.git
synced 2025-06-23 11:17:06 +03:00
Mainly this is the svn changes : ------------------------------------------------------------------------ r23238 | tridge | 2007-05-30 01:15:49 -0700 (Wed, 30 May 2007) | 6 lines merged transaction lock changes from ctdb this ensures that having the global lock also implies the transaction lock ------------------------------------------------------------------------ r22832 | tridge | 2007-05-13 18:00:06 -0700 (Sun, 13 May 2007) | 3 lines merged the latest tdb changes from ctdb to Samba4 Jeremy. (This used to be commit ab11c0055761e97ba32a8c3ec4fa6f8763a262cd)
15 lines
367 B
Plaintext
15 lines
367 B
Plaintext
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.1.0)
|
|
AC_CONFIG_SRCDIR([common/tdb.c])
|
|
AC_CONFIG_HEADER(include/config.h)
|
|
AC_LIBREPLACE_ALL_CHECKS
|
|
AC_LD_SONAMEFLAG
|
|
AC_LD_PICFLAG
|
|
AC_LD_SHLDFLAGS
|
|
AC_LD_SHLIBEXT
|
|
m4_include(libtdb.m4)
|
|
AC_OUTPUT(Makefile tdb.pc)
|