#! /bin/sh
set -e

aclocal \
&& libtoolize \
&& autoheader \
&& automake --foreign --add-missing \
&& autoconf
