#!/bin/sh
#
#   Update the automake / autoconf configuration
#

automake && aclocal && autoconf && ./configure

