#!/bin/sh
rm -f config.cache
autoconf
automake -a
exit
