#!/bin/sh

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