commit 7636f06f34426110e1712768d016363985c4a164
parent df9144129653cf596fc819cf9e7c96f6d0470a69
Author: Florian Dold <florian@dold.me>
Date: Wed, 4 Nov 2020 12:11:04 +0100
remove configure first
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bootstrap b/bootstrap
@@ -11,6 +11,7 @@ if ! git --version >/dev/null; then
fi
git submodule update --init
+rm -rf configure
cp build-system/taler-build-scripts/configure ./configure
# Try making the configure script read-only to prevent
# accidental changes in the wrong place.