#!/bin/sh
#
# bootstrap
#
# Autogenerates stuff.
#
aclocal -I .
autoconf
autoheader
automake -ac -Woverride -Wportability
