#! /bin/sh
aclocal -I build/m4 \
&& autoheader \
&& libtoolize --automake --force \
&& automake --add-missing --force \
&& autoconf 
