#!/bin/bash -x
set -o errexit
aclocal
autoconf
autoheader
automake --add-missing --foreign
