#!/bin/sh
# $Id: autogen 2809 2006-11-07 02:08:13Z rra $
#
# Run this shell script to bootstrap as necessary after a fresh checkout
# from Subversion.

autoreconf -i --force
rm -rf autom4te.cache
