#!/bin/sh
# autogen -- Run the appropriate commands to bootstrap a Git checkout.

set -e
autoconf
autoheader
rm -rf autom4te.cache
