mesa-demos: NOTE! Default branch is now main
[mesa-demos.git] / autogen.sh
blob1665a104d414e89dac9ad508f465605a96541b8a
1 #! /bin/sh
3 srcdir=`dirname "$0"`
4 test -z "$srcdir" && srcdir=.
6 ORIGDIR=`pwd`
7 MAKEFLAGS=""
8 cd $srcdir
10 autoreconf -v --install || exit 1
11 cd $ORIGDIR || exit $?
13 if test -z "$NOCONFIGURE"; then
14 "$srcdir"/configure "$@"