diff options
-rwxr-xr-x | script/autobuild.py | 3 |
1 files changed, 1 insertions, 2 deletions
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"), |