#!/bin/sh VERSION=$((cat .tarball-version \ || git describe --tags \ || echo "UNRELEASED") \ | sed 's|/|_|g') export HOME="hall-home" hall dist -x \ || exit 1 sed -i "s/SNAPSHOT/$VERSION/g" configure.ac || exit 1 autoreconf -vif || exit 1 rm -rf hall-home