#!/bin/sh

aclocal && automake --add-missing --copy && autoconf && ./configure  && make default
