summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-10-15 12:54:09 +0530
committerFlorian Dold <florian.dold@gmail.com>2019-10-15 12:54:28 +0530
commita4fb57123e62ef5969da40092feb10c6cec895f1 (patch)
tree62cdcd1f73a4244da92da609a15de6e8f39e0f98 /bootstrap
parenta5d36ac29ff40b708f69baf118b1e20258e1ae91 (diff)
downloadlanding-demo-2019-11-02-00.tar.gz
landing-demo-2019-11-02-00.tar.bz2
landing-demo-2019-11-02-00.zip
allow 'make install' to prefixdemo-2019-11-02-00
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index d14ee3b..747df53 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,8 @@
#!/bin/sh
+# Bootstrap the repository. Used when the repository is checked out from git.
+# When using the source tarball, running this script is not necessary.
+
set -eu
if ! git --version >/dev/null; then
@@ -8,3 +11,4 @@ if ! git --version >/dev/null; then
fi
git submodule update --init
+ln -sf build-system/taler-build-scripts/configure ./configure