#!/bin/sh
autoreconf -vi -I m4 || (aclocal && automake --gnu --add-missing && autoconf)
./configure && make
