From 4b6e56ebb435f16374cebf38923393dc2f27f3ce Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sat, 9 Jan 2021 11:57:23 +0100 Subject: Initial commit --- bootstrap | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..e3ed56e --- /dev/null +++ b/bootstrap @@ -0,0 +1,17 @@ +#!/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 -- cgit v1.2.3