#!/bin/sh
#rm -rf config
rm -rf autom4te.cache
libtoolize --automake -f --copy
aclocal
autoheader
automake --foreign --add-missing --copy
autoconf 
