Commit d1f9f9a3 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

makerelease.sh: Add autoreconf

parent 2415a227
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment