Mercurial > audlegacy
diff scripts/makerelease.sh @ 3484:7b5353d0ae50 trunk
Run autogen.sh
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 10 Sep 2007 00:56:32 -0500 |
| parents | 54d6336163fe |
| children | a1229c47d340 |
line wrap: on
line diff
--- a/scripts/makerelease.sh Mon Sep 10 00:47:23 2007 -0500 +++ b/scripts/makerelease.sh Mon Sep 10 00:56:32 2007 -0500 @@ -45,6 +45,7 @@ echo "Building root: $RELEASENAME/" hg archive $RELEASENAME cd $RELEASENAME +sh autogen.sh rm -rf autogen.sh autom4te.cache # Run application specific instructions here.
