#!/bin/sh
set -ex
autopoint
cd man; po4a po4a.conf; cd ..
aclocal -I config
autoheader
automake --add-missing
autoconf
rm -rf autom4te*.cache
