build: always init and update submodules in ./autogen.sh

This commit is contained in:
Pavel Šimerda 2013-05-30 16:52:48 +02:00
parent 166b1ba7b1
commit f2e5f38f6c

View file

@ -14,12 +14,9 @@ PKG_NAME=NetworkManager
}
# Fetch submodules if needed
if test ! -f src/libgsystem/README;
then
echo "+ Setting up submodules"
git submodule init
git submodule update
fi
echo "+ Setting up submodules"
git submodule init
git submodule update
(cd $srcdir;
gtkdocize || exit 1