#! /bin/sh

rm -f config.cache
rm -f acconfig.h
rm -f configure
aclocal -I m4
autoconf
#acconfig
autoheader
automake -a

