Include hi10 defines.
[mesa/omx.git] / autogen.sh
blob626d21334992a160241c02a78b0cb4dc7d5fceff
1 #! /bin/sh
3 srcdir=`dirname "$0"`
4 test -z "$srcdir" && srcdir=.
6 ORIGDIR=`pwd`
7 cd "$srcdir"
9 autoreconf -v --install || exit 1
10 cd $ORIGDIR || exit $?
12 if test -z "$NOCONFIGURE"; then
13 "$srcdir"/configure "$@"