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