#!/bin/sh

set -e

aclocal --force -I m4
libtoolize --copy --force
autoconf --force
autoheader --force
automake --add-missing


