intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1
[profile/ivi/libdrm.git] / autogen.sh
1 #! /bin/sh
2
3 test -n "$srcdir" || srcdir=`dirname "$0"`
4 test -n "$srcdir" || srcdir=.
5 autoreconf --force --install --verbose "$srcdir"
6 test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"