#!/bin/bash

git-shortlog v0.68.1.. > ChangeLog &&
autoreconf --install --force &&
./configure &&
make dist-bzip2

