#! /bin/sh

(cd src;./bootstrap)

aclocal-1.7 \
&& autoheader \
&& automake-1.7 --gnu --add-missing \
&& autoconf
