#!/bin/sh

set -x
libtoolize --force
glib-gettextize --force
intltoolize --force
aclocal -I m4
autoheader
automake --foreign --add-missing
autoconf
