From 659a665de8707b28ea081812fc752d0cf1c9822f Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Tue, 17 Jun 2014 09:00:58 -0700 Subject: [PATCH] autobuild: Don't need autogen.sh anymore in the "ctdb" target. Signed-off-by: Amitay Isaacs Reviewed-by: Michael Adam --- script/autobuild.py | 1 - 1 file changed, 1 deletion(-) diff --git a/script/autobuild.py b/script/autobuild.py index 14377c0adea..340028ed490 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -36,7 +36,6 @@ defaulttasks = [ "ctdb", "samba", "samba-ctdb", "samba-libs", "ldb", "tdb", "ntd tasks = { "ctdb" : [ ("random-sleep", "../script/random-sleep.sh 60 600", "text/plain"), - ("autogen", "./autogen.sh", "text/plain"), ("configure", "./configure ${PREFIX} --enable-socket-wrapper ", "text/plain"), ("make", "make all", "text/plain"), ("install", "make install", "text/plain"), -- 2.34.1