#!/bin/sh

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