#!/bin/sh

if [ ! -d build-aux ]; then
	mkdir build-aux
fi

autoreconf --force --install --symlink
