#!/bin/sh
rm -f config.cache
rm -f acconfig.h
aclocal -I m4
autoconf
libtoolize --force
autoheader
automake -a --copy
exit
