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