#!/bin/sh
# $Id: autogen 2324 2005-12-23 04:25:10Z rra $
#
# Run this shell script to bootstrap as necessary after a fresh checkout
# from CVS.

autoconf && autoheader
rm -rf autom4te.cache
