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