#!/bin/sh
set -e -u -x
mkdir -p m4
${ACLOCAL:-aclocal} -I m4 --install
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}
