mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 07:50:02 +00:00
makerelease.sh: Add autoreconf
This commit is contained in:
parent
2415a22757
commit
d1f9f9a3aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user