summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 836f1a6f8a..87bf4d5866 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -59,6 +59,13 @@ else
$GTKDOCIZE
fi
+# update git submodules
+git_options=
+if test -n "$SUBMODULE_NOFETCH"; then
+ git_options="--no-fetch"
+fi
+git submodule update --init $git_options
+
bootstrap_post_import_hook ()
{
# we re-use malloc-posix from the original gnulib