#!/bin/sh -e

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