#!/bin/sh
#
# Running this should create the following files:
# 
# autoconf   - configure
#

rm -rf autom4te.cache
autoheader
autoconf


syntax highlighted by Code2HTML, v. 0.9.1