optimize Ps3GpuTransferData, RSX is capable to transfer 2047 lines at once
[ps3freebsd_xf86_video_ps3gpu.git] / autogen.sh
blob904cd6746c8734b2c33e3f80773d4759715d2f6e
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 $srcdir/configure --enable-maintainer-mode "$@"