#!/bin/sh

mkdir -p config
rm -f config.cache
aclocal -I m4
autoconf
autoheader
automake -a
exit
