#!/bin/sh
git log > ChangeLog
mkdir -p build-aux
touch build-aux/config.rpath
autoreconf -i
