remove configure first

This commit is contained in:
Florian Dold 2020-11-04 12:11:04 +01:00
parent df91441296
commit 7636f06f34
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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.