#!/bin/bash -x

libtoolize --force --copy
aclocal
autoheader
automake --add-missing --copy --gnu
autoconf

if test -f config.status; then
    sh config.status
fi
