summaryrefslogtreecommitdiff
path: root/source4/lib/tdb
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-13 16:51:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:36 -0500
commitd08fb7b1cc39f4fa92045a4789fcf6182caba907 (patch)
treec9103689d7d94412e338e91a551989e1cfd2e14d /source4/lib/tdb
parent965633a5b4c93e34723f753a807ef0cc77f916fa (diff)
downloadsamba-d08fb7b1cc39f4fa92045a4789fcf6182caba907.tar.gz
samba-d08fb7b1cc39f4fa92045a4789fcf6182caba907.tar.bz2
samba-d08fb7b1cc39f4fa92045a4789fcf6182caba907.zip
r18485: include libreplace.m4 in the aclocal.m4 files
and use the macros in configure.ac metze (This used to be commit 95d33e4d71b4c97af8413bcd136f393aa3e380dd)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r--source4/lib/tdb/aclocal.m42
-rw-r--r--source4/lib/tdb/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/tdb/aclocal.m4 b/source4/lib/tdb/aclocal.m4
index 2a7ad94963..5605e476ba 100644
--- a/source4/lib/tdb/aclocal.m4
+++ b/source4/lib/tdb/aclocal.m4
@@ -1 +1 @@
-m4_include(libreplace_macros.m4)
+m4_include(libreplace.m4)
diff --git a/source4/lib/tdb/configure.ac b/source4/lib/tdb/configure.ac
index 9da1d85ae2..bf73b12450 100644
--- a/source4/lib/tdb/configure.ac
+++ b/source4/lib/tdb/configure.ac
@@ -5,6 +5,6 @@ AC_DEFUN([SMB_ENABLE], [echo -n ""])
AC_INIT(include/tdb.h)
AC_CONFIG_SRCDIR([common/tdb.c])
AC_CONFIG_HEADER(include/config.h)
-m4_include(libreplace.m4)
+AC_LIBREPLACE_ALL_CHECKS
m4_include(libtdb.m4)
AC_OUTPUT(Makefile tdb.pc)