#!/bin/bash
rm -f config.log config.cache config.h


aclocal 
automake 
automake doc/Makefile
automake src/Makefile


autoconf && ./configure && make
