#!/bin/sh

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