#!/bin/sh
# Run this to generate all the initial makefiles, etc.
libtoolize -c
autoreconf -fv --install
echo "You can now run \"./configure\" and then \"make\"."