#!/bin/sh
set -e
if [ "x$1" = x-q ]; then
	QUIET='-q'
else
	set -x
fi
aclocal -I m4
autoconf
./configure $QUIET --disable-parsergeneration
