#! /bin/sh

aclocal \
&& autoheader \
&& automake --add-missing --gnu --include-deps \
&& autoconf
