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