X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=autogen.sh;h=c76bf8b07bd001c641babb4f129f426036d513c4;hb=8cf2741d2b05fd9f41eca35f0f43e6e0684d57f2;hp=19e5b55fcfa67dfd31ce6a7ec23e6ac0ce23ebb3;hpb=a3ee0aa1bb7c3f9dfc5b13b4e72522c10a22ad05;p=mesa.git diff --git a/autogen.sh b/autogen.sh index 19e5b55fcfa..c76bf8b07bd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,6 +11,8 @@ if test "x$SRCDIR" != "x$ORIGDIR"; then exit 1 fi +MAKEFLAGS="" + autoreconf -v --install || exit 1 "$srcdir"/configure "$@"