summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index dc84bf7..0a07bdf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,7 +18,7 @@ fi
# regenerated from their corresponding *.in files by ./configure anyway.
touch INSTALL
-if ! test -f libglnx/README.md; then
+if ! test -f libglnx/README.md -a -f bubblewrap/README.md; then
git submodule update --init
fi
# Workaround automake bug with subdir-objects and computed paths