#!/bin/sh

wdir="`dirname $0`"
cd "$wdir"

libtoolize -c -f
aclocal
autoconf
rm -rf autom4te.cache
(cd po; ./update-po)
doxygen
