#!/bin/sh -x
# $Id: bootstrap,v 1.2 2008/02/01 22:04:49 krishnap Exp $
# Matthew Allen

aclocal
libtoolize --force --copy
automake --add-missing --copy
autoconf
