#!/bin/sh

rm -f config.cache ltconfig
aclocal -I .
libtoolize --copy --automake
autoheader
autoconf
touch ltconfig
automake --add-missing
