blob: 354f254e454019901fc24c70590205c3d26bd9b3 [file] [log] [blame]
Eric Anholt8c641832009-03-26 17:15:11 -07001#! /bin/sh
2
Gaetan Nadona03ef7a2012-01-03 21:12:24 -05003srcdir=`dirname $0`
4test -z "$srcdir" && srcdir=.
5
6ORIGDIR=`pwd`
7cd $srcdir
8
9autoreconf -v --install || exit 1
10cd $ORIGDIR || exit $?
11
Damien Lespiau9d3707a2013-01-19 11:54:05 +000012$srcdir/configure "$@"