#!/bin/sh
# autogen -- Run the appropriate commands to bootstrap a CVS checkout.
# $Id: autogen 2427 2006-02-08 18:25:06Z rra $

set -e
autoconf
autoheader
rm -rf autom4te.cache
