xenocara/driver/xf86-video-i810/autogen.sh
matthieu 0e825302fc Import the i810 driver version 1.4.1 plus OpenBSD patches,
that shipped with OpenBSD 3.9/4.0 and that actually works.
2007-04-04 20:17:39 +00:00

13 lines
195 B
Bash

#! /bin/sh
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
$srcdir/configure --enable-maintainer-mode "$@"