blob: 626d21334992a160241c02a78b0cb4dc7d5fceff [file] [log] [blame]
kbr@chromium.orgf2ba7592013-06-14 05:29:08 +00001#! /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