X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=autogen.sh;h=c8960971d248bce5a8d1f5fe149133bb498509ba;hb=5c454661c66fa2624cf4bba1071175070724869a;hp=626d21334992a160241c02a78b0cb4dc7d5fceff;hpb=1b200d900155722ec696bbd711a38ee0e04c4895;p=mesa.git diff --git a/autogen.sh b/autogen.sh index 626d2133499..c8960971d24 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,8 +6,8 @@ test -z "$srcdir" && srcdir=. ORIGDIR=`pwd` cd "$srcdir" -autoreconf -v --install || exit 1 -cd $ORIGDIR || exit $? +autoreconf --force --verbose --install || exit 1 +cd "$ORIGDIR" || exit $? if test -z "$NOCONFIGURE"; then "$srcdir"/configure "$@"