From 1acb65fdef88ef9c5f0b94b5e518b07c51fd2260 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 5 Sep 2006 11:52:28 +0000 Subject: [PATCH] r18082: bring talloc in line with new conventions (This used to be commit 7f7c85fa2feb1398050ea6b2929628f83b6bdb11) --- source4/lib/talloc/configure.ac | 5 +++-- source4/lib/talloc/{config.m4 => libtdb.m4} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename source4/lib/talloc/{config.m4 => libtdb.m4} (100%) diff --git a/source4/lib/talloc/configure.ac b/source4/lib/talloc/configure.ac index 59b9e4470a0..9c813828848 100644 --- a/source4/lib/talloc/configure.ac +++ b/source4/lib/talloc/configure.ac @@ -13,9 +13,10 @@ if test -n "$XSLTPROC"; then DOC_TARGET=doc fi AC_SUBST(DOC_TARGET) -AC_CONFIG_HEADER(talloc_config.h) +AC_CONFIG_HEADER(config.h) AC_SYS_LARGEFILE -sinclude(config.m4) sinclude(libreplace.m4) +sinclude(libtdb.m4) + AC_OUTPUT(Makefile talloc.pc) diff --git a/source4/lib/talloc/config.m4 b/source4/lib/talloc/libtdb.m4 similarity index 100% rename from source4/lib/talloc/config.m4 rename to source4/lib/talloc/libtdb.m4 -- 2.34.1