#!/bin/sh

set -x && \
mkdir -p config && \
aclocal && \
libtoolize --force --copy && \
automake --foreign --add-missing --copy && \
autoconf
