#! /bin/sh

set -e

aclocal -I m4
autoconf

echo "$0: done.  Now you can run './configure'."
