commit 11ef56e7c7c3845d7c4ff3eef450c440abe3b48b
parent c005b8e6304cd3a408a16faa84c6deb79b046396
Author: Florian Dold <florian@dold.me>
Date: Mon, 10 Jun 2024 16:57:58 +0200
lockfile for bank SPA
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/bootstrap b/bootstrap
@@ -10,7 +10,13 @@ if ! git --version >/dev/null; then
exit 1
fi
+if ! python3 --version >/dev/null; then
+ echo "python3 not installed"
+ exit 1
+fi
+
git submodule sync
git submodule update --init
+./contrib/check-prebuilt
rm -f ./configure
cp build-system/taler-build-scripts/configure ./configure