#! /bin/sh

set -x
#aclocal-1.7 -I config
aclocal -I config
libtoolize --force --copy
autoheader
automake --add-missing --copy
autoconf

