Skip to content

Commit

Permalink
Fix make release
Browse files Browse the repository at this point in the history
  • Loading branch information
mppf committed Jan 13, 2015
1 parent c231c11 commit 339df62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make_release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
cd ..
sh autogen.sh
./configure
if [ $? -ne 0 ]; then
echo "autotools configure failed"
Expand Down

0 comments on commit 339df62

Please sign in to comment.