Files
xf86-input-synaptics/autogen.sh
Christoph Brill b958286163 Add the autogen.sh from xf86-input-evdev.
We will use a similar buildsystem now.
2008-06-06 20:08:34 +02:00

13 lines
195 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 "$@"