summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-07 14:42:09 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-07 15:03:40 +1100
commita8a507222c4aee4ef526cd7bd712d4b0d05d1fa4 (patch)
tree1a036be034707d2d8b70bdd105d3e235bf77041e /script
parenta20ce625a29d66fa7747236bc5e5c302638a69ef (diff)
downloadsamba-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>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py3
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"),