#!/bin/sh
# autogen -- Run the appropriate commands to bootstrap a CVS checkout.
# $Id: autogen 2130 2004-08-26 00:30:37Z eagle $

set -e
autoconf
autoheader
