#! /bin/sh

set -x
if [ ! -e config ]; then
	mkdir config
fi

libtoolize --force --copy
autoreconf -i
