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


aclocal 
automake 
automake share/Makefile


autoconf && ./configure && make
