#! /bin/sh

aclocal \
&& autoconf \
&& (libtoolize --force --copy || glibtoolize --force --copy) \
&& automake --gnu --add-missing --copy
