#!/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


syntax highlighted by Code2HTML, v. 0.9.1