#! /bin/sh
libtoolize --force --copy \
&& aclocal -I m4 \
&& autoheader \
&& automake --gnu --add-missing \
&& autoconf

