#!/bin/sh

aclocal -I /usr/local/share/aclocal -I config
libtoolize --force -c
autoconf
autoheader
automake -a -c
