#!/bin/sh
# $Id: autogen 2330 2006-01-01 05:57:02Z rra $
#
# Run this shell script to bootstrap as necessary after a fresh checkout
# from CVS.

autoconf && autoheader
rm -rf autom4te.cache
