diff --git a/bootstrap b/bootstrap index 82700e1b2..142509944 100755 --- a/bootstrap +++ b/bootstrap @@ -12,3 +12,6 @@ fi git submodule update --init cp build-system/taler-build-scripts/configure ./configure +# Try making the configure script read-only to prevent +# accidental changes in the wrong place. +chmod ogu-w ./configure || true