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 # Fetch submodules if needed
if test ! -f src/libgsystem/README; echo "+ Setting up submodules"
then git submodule init
echo "+ Setting up submodules" git submodule update
git submodule init
git submodule update
fi
(cd $srcdir; (cd $srcdir;
gtkdocize || exit 1 gtkdocize || exit 1