#! /bin/sh

aclocal -I config \
&& libtoolize \
&& automake --foreign --add-missing \
&& autoconf
