#!/bin/bash -e
libtoolize --force --copy
aclocal
autoheader
automake -a
autoconf

echo "Ok, successfully strapped."
