#!/bin/sh
# $Id: autogen 2997 2007-03-03 08:20:13Z rra $
#
# Run this shell script to bootstrap as necessary after a fresh checkout
# from Subversion.

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