#!/bin/sh

set -x
aclocal -I config
autoheader
automake --add-missing --copy
#automake --add-missing --copy --include-deps
autoconf
