makerelease.sh: Add autoreconf

This commit is contained in:
Tatsuhiro Tsujikawa
2016-02-26 00:00:52 +09:00
parent 2415a22757
commit beae91e1ce

View File

@@ -9,6 +9,8 @@ git checkout refs/tags/$TAG
git log --pretty=fuller --date=short refs/tags/$PREV_TAG..HEAD > ChangeLog
git submodule update --init
autoreconf -i
./configure --with-mruby && \
make dist-bzip2 && make dist-gzip && make dist-xz || echo "error"
make distclean