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