From 9e8a04984327ffae611165244a159ff9c6ca30f4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 23 Dec 2010 23:54:51 +0100 Subject: tdb: Remove autotools support. --- script/autobuild.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'script') diff --git a/script/autobuild.py b/script/autobuild.py index a124ddfd78..feb0aee9b7 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -36,14 +36,12 @@ tasks = { ("test", "TDB_NO_FSYNC=1 make test", "text/plain") ], # We don't use TDB_NO_FSYNC=1 here, because we want to test the transaction code - "lib/tdb" : [ ("autogen", "./autogen-waf.sh", "text/plain"), - ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"), + "lib/tdb" : [ ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"), ("make", "make -j", "text/plain"), ("install", "make install", "text/plain"), ("test", "make test", "text/plain") ], - "lib/talloc" : [ ("autogen", "./autogen-waf.sh", "text/plain"), - ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"), + "lib/talloc" : [ ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"), ("make", "make -j", "text/plain"), ("install", "make install", "text/plain"), ("test", "make test", "text/plain"), ], -- cgit