Mercurial > audlegacy
changeset 3484:7b5353d0ae50 trunk
Run autogen.sh
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 10 Sep 2007 00:56:32 -0500 |
parents | 063b0d52e49e |
children | 87003549ac36 |
files | scripts/makerelease.sh |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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.