#!/usr/local/bin/bash
set -x
aclocal -I config \
&& autoheader \
&& automake --foreign --add-missing --copy \
&& autoconf
