X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=autogen.sh;h=b5f6ec4a97a2bfa8b9d881111a7a7d4e7a4a6de7;hb=11cdf24d15763131a7ab4b366cad78116884d045;hp=19e5b55fcfa67dfd31ce6a7ec23e6ac0ce23ebb3;hpb=5e1454a036be6da2c48e2e20bf6f8047ee1a94d3;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