blob: a4fa9a20d0bacfa8ffa351cfff8c2df48f88ba5e [file] [log] [blame]
#! /bin/sh
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?