#! /bin/sh
set -ex

export DARCS_DONT_ESCAPE_ISPRINT=1
darcs changes > ChangeLog

aclocal
automake --gnu --add-missing
autoconf
./configure "$@"
