#! /bin/sh
set -x
aclocal -I config
autoheader
libtoolize --force
automake --add-missing --copy
autoconf
