#!/bin/sh
rm -f config.cache
libtoolize --automake
aclocal -I m4
autoconf 
autoheader
automake -acf
exit
