Skip to content

Commit

Permalink
autobuild: lib/replace doesn't need autogen.sh
Browse files Browse the repository at this point in the history
Pair-Programmed-With: Andrew Bartlett <[email protected]>
  • Loading branch information
Andrew Tridgell committed Feb 7, 2011
1 parent a20ce62 commit a8a5072
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/autobuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
("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"),
Expand Down

0 comments on commit a8a5072

Please sign in to comment.