#! /bin/sh
#
# (Auto-)Generate necessary files for compilation

aclocal
autoheader
automake -a
autoconf
