diff options
author | Florian Dold <florian@dold.me> | 2020-11-04 12:11:04 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2020-11-04 12:11:04 +0100 |
commit | 7636f06f34426110e1712768d016363985c4a164 (patch) | |
tree | 8060b1e18448f7059966c533a4a40f13a88dc92e /bootstrap | |
parent | df9144129653cf596fc819cf9e7c96f6d0470a69 (diff) |
remove configure first
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |