#!/bin/bash

set -e

git describe --tags --always --dirty > VERSION

autoreconf --install --sym
