#!/bin/sh

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

