blob: 626d21334992a160241c02a78b0cb4dc7d5fceff [file] [log] [blame]
Dave Airliea3a2c642014-03-31 14:07:58 +10001#! /bin/sh
2
3srcdir=`dirname "$0"`
4test -z "$srcdir" && srcdir=.
5
6ORIGDIR=`pwd`
7cd "$srcdir"
8
9autoreconf -v --install || exit 1
10cd $ORIGDIR || exit $?
11
12if test -z "$NOCONFIGURE"; then
13 "$srcdir"/configure "$@"
14fi