#!/bin/sh -e

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