From 99b2e8fdc9f55d539399c7afcb26c5b733dcaafa Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Sep 2006 15:26:03 +0000 Subject: r18098: use m4_include() instead of sinclude() this breaks ./autogen.sh in lib/ldb/, but the ldb build is broken anyway metze (This used to be commit 816fa197a73f5f309b6a113d997d21a70423361e) --- source4/lib/tdb/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/tdb/configure.ac') diff --git a/source4/lib/tdb/configure.ac b/source4/lib/tdb/configure.ac index b067940781..bf221a0322 100644 --- a/source4/lib/tdb/configure.ac +++ b/source4/lib/tdb/configure.ac @@ -11,5 +11,5 @@ AC_CHECK_SIZEOF(off_t,cross) AC_CHECK_SIZEOF(size_t,cross) AC_CHECK_SIZEOF(ssize_t,cross) AC_FUNC_MMAP -sinclude(config.m4) +m4_include(config.m4) AC_OUTPUT(Makefile tdb.pc) -- cgit