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

aclocal -I m4		 && \
autoheader -l .          && \
(automake --verbose; autoconf)
