#!/bin/sh -e

aclocal -I macros $EXTRA_ACLOCAL_ARGS
automake --add-missing --copy
autoconf
