#!/bin/bash
rm -f config.h configure Makefile config.cache
autoheader
rm -f autoh*
aclocal
automake
autoconf
./configure
make dist
make clean
make
