#!/bin/sh
aclocal --force -I unix
libtoolize --force --copy
autoheader --force
automake --force --add-missing --copy
autoconf --force
