#!/bin/bash

mkdir -p config
libtoolize --copy --force
aclocal
autoheader
automake --add-missing --copy
autoconf

rm -rf config.cache
