#!/bin/sh

set -e
set -x

aclocal $ACLOCAL_FLAGS
autoheader
libtoolize --force --copy
automake --add-missing --copy
autoconf
