#! /bin/sh
aclocal -I config \
        && autoheader \
       && automake --gnu --add-missing \
       && autoconf
