#! /bin/sh

aclocal \
&& automake -i --gnu --add-missing \
&& autoconf \

