bootstrap: better support Gentoo and MinGW

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-08-02 15:50:27 +02:00
parent 3b83baa76a
commit e4fc51b8df
+5
View File
@@ -55,6 +55,11 @@ else
echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development."
fi
WANT_AUTOCONF=latest
WANT_AUTOMAKE=latest
export WANT_AUTOCONF
export WANT_AUTOMAKE
aclocal -I m4 --install && \
libtoolize -c -i -v && \
autoconf && \