#!/bin/sh
# autogen -- Run the appropriate commands to bootstrap a CVS checkout.
# autogen,v 1.1 2004/08/26 00:30:37 eagle Exp

set -e
autoconf
autoheader
