#!/bin/bash

./genchangelog.py > ChangeLog &&
autoreconf --install --force &&
./configure &&
make distcheck

