blob: 65fcab2f63664f62e60dfde2bbd68e8556ae3b3b [file] [log] [blame]
#! /bin/sh
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
git config --local format.subjectPrefix "PATCH i-g-t"
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
fi