blob: 629a2575532df86499f4d7a0c11ec5a94e5cc5ee [file] [log] [blame]
#! /bin/sh
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
if ! type gtkdocize > /dev/null 2>&1; then
echo "EXTRA_DIST =" > gtk-doc.make
echo "CLEANFILES =" >> gtk-doc.make
else
gtkdocize || exit $?
fi
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
$srcdir/configure "$@"