update autogen from xserver tree

main
Dave Airlie 2005-09-12 06:21:24 +00:00
parent 4b2a94db46
commit acb6abcc6d
1 changed files with 10 additions and 1 deletions

View File

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