bootstrap: better support Gentoo and MinGW

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-04-24 23:49:07 +02:00
parent 76357d11b8
commit ea51b392d0
+5
View File
@@ -55,6 +55,11 @@ else
echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development." echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development."
fi fi
WANT_AUTOCONF=latest
WANT_AUTOMAKE=latest
export WANT_AUTOCONF
export WANT_AUTOMAKE
aclocal -I m4 --install && \ aclocal -I m4 --install && \
libtoolize -c -i -v && \ libtoolize -c -i -v && \
autoconf && \ autoconf && \