#!/bin/sh export WARNINGS="all" set -e run () { echo "$0: running: $@" "$@" } run ${ACLOCAL:-aclocal} run ${AUTOCONF:-autoconf} run ${AUTOCONF:-autoheader}