#! /bin/sh

libtoolize --copy --force
aclocal
autoheader
automake --foreign --add-missing --copy
autoconf
