drm/autogen.sh

13 lines
195 B
Bash
Raw Normal View History

2005-07-12 18:13:12 -06:00
#! /bin/sh
2005-09-12 00:21:24 -06:00
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
2005-07-12 18:13:12 -06:00
autoreconf -v --install || exit 1
2005-09-12 00:21:24 -06:00
cd $ORIGDIR || exit $?
$srcdir/configure --enable-maintainer-mode "$@"