#! /bin/sh
# this generates everything. type 'source autogen'

aclocal -I m4		 && \
autoheader --localdir=m4 && \
(automake --verbose; autoconf)
