From a8a507222c4aee4ef526cd7bd712d4b0d05d1fa4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Feb 2011 14:42:09 +1100 Subject: autobuild: lib/replace doesn't need autogen.sh Pair-Programmed-With: Andrew Bartlett --- script/autobuild.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'script/autobuild.py') diff --git a/script/autobuild.py b/script/autobuild.py index efeb797008..6c7b4c7943 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -75,8 +75,7 @@ tasks = { ("distcheck", "make distcheck", "text/plain"), ("clean", "make clean", "text/plain") ], - "replace" : [ ("autogen", "./autogen-waf.sh", "text/plain"), - ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"), + "replace" : [ ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"), ("make", "make -j", "text/plain"), ("install", "make install", "text/plain"), ("test", "make test", "text/plain"), -- cgit