summaryrefslogtreecommitdiff
path: root/source4/lib/talloc
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/talloc')
-rw-r--r--source4/lib/talloc/aclocal.m42
-rw-r--r--source4/lib/talloc/configure.ac3
2 files changed, 3 insertions, 2 deletions
diff --git a/source4/lib/talloc/aclocal.m4 b/source4/lib/talloc/aclocal.m4
index 2a7ad94963..5605e476ba 100644
--- a/source4/lib/talloc/aclocal.m4
+++ b/source4/lib/talloc/aclocal.m4
@@ -1 +1 @@
-m4_include(libreplace_macros.m4)
+m4_include(libreplace.m4)
diff --git a/source4/lib/talloc/configure.ac b/source4/lib/talloc/configure.ac
index acde824b87..51e7256bf8 100644
--- a/source4/lib/talloc/configure.ac
+++ b/source4/lib/talloc/configure.ac
@@ -4,7 +4,8 @@ AC_CONFIG_SRCDIR([talloc.c])
AC_SUBST(datarootdir)
AC_CONFIG_HEADER(config.h)
-m4_include(libreplace.m4)
+AC_LIBREPLACE_ALL_CHECKS
+
m4_include(libtalloc.m4)
AC_PATH_PROG(XSLTPROC,xsltproc)