autobuild: lib/replace doesn't need autogen.sh
authorAndrew Tridgell <tridge@samba.org>
Mon, 7 Feb 2011 03:42:09 +0000 (14:42 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 7 Feb 2011 04:03:40 +0000 (15:03 +1100)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

script/autobuild.py

index efeb7970087f693f8162841b071eea7f3346c09f..6c7b4c7943dc7602dbe6b17378bd8f71da5e9cce 100755 (executable)
@@ -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"),