Ver Fonte

bootstrap: better support Gentoo and MinGW

Evgeny Grin (Karlson2k) há 1 ano atrás
pai
commit
ea51b392d0
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      bootstrap

+ 5 - 0
bootstrap

@@ -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 && \