comparison scripts/makerelease.sh @ 1684:48272eee788f

run autogen.sh in the proper location.
author William Pitcock <nenolod@atheme.org>
date Mon, 10 Sep 2007 00:57:50 -0500
parents e1f9afad8388
children 5b650f743c97
comparison
equal deleted inserted replaced
1683:e1f9afad8388 1684:48272eee788f
42 echo "Making release named $RELEASENAME (tip $TIP)" 42 echo "Making release named $RELEASENAME (tip $TIP)"
43 43
44 echo 44 echo
45 echo "Building root: $RELEASENAME/" 45 echo "Building root: $RELEASENAME/"
46 hg archive $RELEASENAME 46 hg archive $RELEASENAME
47 cd $RELEASENAME
47 sh autogen.sh 48 sh autogen.sh
48 cd $RELEASENAME
49 rm -rf autogen.sh autom4te.cache 49 rm -rf autogen.sh autom4te.cache
50 50
51 # Run application specific instructions here. 51 # Run application specific instructions here.
52 if [ -x "$WRKDIR/application.sh" ]; then 52 if [ -x "$WRKDIR/application.sh" ]; then
53 source $WRKDIR/application.sh 53 source $WRKDIR/application.sh