#!/bin/sh
# $Id: autogen 2440 2006-02-09 00:52:47Z rra $
#
# Run this shell script to bootstrap as necessary after a fresh checkout
# from CVS.

set -e
autoconf
autoheader
rm -rf autom4te.cache
