Files
xf86-video-nv/autogen.sh
Søren Sandmann Pedersen 6ea22f1921 Build system for nv
2005-07-26 18:40:29 +00:00

14 lines
196 B
Bash
Executable File

#! /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 "$@"