#!/bin/sh

set -x
mkdir -p config
aclocal -I config
autoheader
automake --gnu --add-missing --copy
autoconf
