autogen.sh: Look for bubblewrap submodule too

autogen.sh had code to init submodules if the libglnx directory
is empty. We should also check for bubblewrap now.
tingping/wmclass
Matthias Clasen 2016-05-03 17:25:54 -04:00
parent c9169c5a4f
commit b5a997df43
1 changed files with 1 additions and 1 deletions

View File

@ -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