#!/bin/sh
intltoolize --force --copy
aclocal
automake --copy --add-missing
autoconf
