1#!/bin/sh
2
3set -e
4set -x
5if test -f Makefile; then
6  make distclean
7fi
8rm -rf *~ *.cache *.m4 config.guess config.log \
9	config.status config.sub depcomp ltmain.sh
10autoreconf --verbose --install --force
11