#!/bin/sh

rm -f config.cache
rm -f acconfig.cache

autoreconf $@
#aclocal
#autoconf
#acconfig
#autoheader
#automake -a

