#!/bin/sh

rm -f config.cache
rm -f acconfig.cache
rm -f libtool */libtool

libtoolize --force --copy --nonrecursive
autoreconf -v --install $@

