#!/bin/sh
#
# cphipps - short script to start building from a maintainer-clean'ed tree
#
mkdir autotools
aclocal -I autotools && autoheader && automake --add-missing --foreign && autoconf
