aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-11 18:32:31 +0000
committerng0 <ng0@n0.is>2019-11-11 18:32:31 +0000
commit090ee8477001ed0c4749f818ba89914928881c92 (patch)
tree181b01da6150db5e26a78fbd90b5c148574260ee /configure
parent91cb96c258144d0fac35014b36b9df1e5fa5a6d2 (diff)
downloadwww-090ee8477001ed0c4749f818ba89914928881c92.tar.gz
www-090ee8477001ed0c4749f818ba89914928881c92.zip
update git submodule.
shouldn't configure not be checked in?
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 4ffb738b..e2be5fac 100755
--- a/configure
+++ b/configure
@@ -32,7 +32,8 @@
32 32
33# we invoke configure not as a symlink but as a copy, 33# we invoke configure not as a symlink but as a copy,
34# so we have to use a fixed location for the repository! 34# so we have to use a fixed location for the repository!
35dir=$(dirname "$(readlink -f -- "$0")")/build-system/taler-build-scripts 35# dir=$(dirname "$(readlink -f -- "$0")")/build-system/taler-build-scripts
36dir=$(dirname "$(readlink -- "$0")")/build-system/taler-build-scripts
36. $dir/sh/lib.sh/existence.sh 37. $dir/sh/lib.sh/existence.sh
37. $dir/sh/lib.sh/existence_python.sh 38. $dir/sh/lib.sh/existence_python.sh
38 39