#!/bin/sh
set -e

libtoolize --force
aclocal
autoheader
automake -a
autoconf

