From 7f2e59e4c198f9e2cfa45cf3c5727e39d5ec7c99 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 5 May 2010 11:41:09 +0200 Subject: s4-ldb: add msg saying which build system is being used (this is a gratuituous commit to trigger the build farm to rebuild ldb on all systems) --- source4/lib/ldb/autogen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/lib/ldb/autogen.sh b/source4/lib/ldb/autogen.sh index e4d367dc1e..c68f2259b6 100755 --- a/source4/lib/ldb/autogen.sh +++ b/source4/lib/ldb/autogen.sh @@ -1,5 +1,7 @@ #!/bin/sh +echo "Using autotools based build" + rm -rf autom4te.cache rm -f configure config.h.in -- cgit