#!/bin/sh

# Generic bootstrap file. 
# If this fails for you, check for a bootstrap file for your platform.

set -x
aclocal-1.7
libtoolize --force
autoheader
automake-1.7 --gnu --add-missing
autoconf
