#!/bin/sh
rm -f config.cache
autoheader
aclocal
autoconf
autoheader
acconfig
automake -a
exit
