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