blob: ff5f95633df46ddb79a0e62ae7968a748042fdb9 [file] [log] [blame]
#! /bin/sh
srcdir=`dirname "$0"`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd "$srcdir"
autoreconf --force --verbose --install || exit 1
cd "$ORIGDIR" || exit $?
#if test -z "$NOCONFIGURE"; then
# "$srcdir"/configure "$@"
#fi