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