summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 747df53..9f713ec 100755
--- a/bootstrap
+++ b/bootstrap
@@ -10,5 +10,6 @@ if ! git --version >/dev/null; then
exit 1
fi
+git submodule sync
git submodule update --init
-ln -sf build-system/taler-build-scripts/configure ./configure
+cp build-system/taler-build-scripts/configure ./configure