diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-07 14:42:09 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-07 15:03:40 +1100 |
commit | a8a507222c4aee4ef526cd7bd712d4b0d05d1fa4 (patch) | |
tree | 1a036be034707d2d8b70bdd105d3e235bf77041e | |
parent | a20ce625a29d66fa7747236bc5e5c302638a69ef (diff) | |
download | samba-a8a507222c4aee4ef526cd7bd712d4b0d05d1fa4.tar.gz samba-a8a507222c4aee4ef526cd7bd712d4b0d05d1fa4.tar.bz2 samba-a8a507222c4aee4ef526cd7bd712d4b0d05d1fa4.zip |
autobuild: lib/replace doesn't need autogen.sh
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
-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"), |