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