#!/bin/sh -e

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