Files
xf86-video-nouveau/autogen.sh
Dave Airlie 4a18dd74c0 autogen: add support for gnome autobuilder
Signed-off-by: Dave Airlie <airlied@redhat.com>
2014-05-26 17:30:24 +10:00

15 lines
206 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 $?
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
fi