Updated files for support ALPINE v3.17 (#2116)

This commit is contained in:
Takeshi Nakatani
2023-03-05 13:30:59 +09:00
committed by GitHub
parent a25a9450a6
commit 526700f2de
5 changed files with 68 additions and 20 deletions

View File

@ -33,7 +33,8 @@ echo "--- Finished commit hash file ---"
echo "--- Start autotools -------------"
aclocal \
autoupdate \
&& aclocal \
&& autoheader \
&& automake --add-missing \
&& autoconf
@ -47,6 +48,6 @@ exit 0
# tab-width: 4
# c-basic-offset: 4
# End:
# vim600: expandtab sw=4 ts= fdm=marker
# vim600: expandtab sw=4 ts=4 fdm=marker
# vim<600: expandtab sw=4 ts=4
#