aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index dbbeaabd..7ee87ad4 100755
--- a/configure
+++ b/configure
@@ -46,6 +46,8 @@ if ! [ -x "$exec_bin" ]; then
exit 4
fi
+git submodule update --init --recursive
+
if [ -f ./build ]
then
echo "-!- ./build file exists. ./configure can't continue"