#!/bin/sh
#
#  autobuild

libtoolize -c -f
aclocal
autoheader -f
autoconf
automake -a -c -f

