#!/bin/sh
#
#  autobuild

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

