#! /bin/sh

make clean
make maintainer-clean
rm -f config.cache

aclocal
autoheader
automake --foreign --add-missing --copy
autoconf

./configure
