#!/bin/sh

libtoolize --copy --force

aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
rm -rf config.cache
