#!/bin/sh

rm -rf *.cache *.m4 config.guess config.log \
config.status config.sub depcomp ltmain.sh
autoreconf --verbose --install

