build: remove setup of git-submodules in autogen.sh
authorThomas Haller <thaller@redhat.com>
Tue, 15 Jul 2014 17:42:17 +0000 (19:42 +0200)
committerThomas Haller <thaller@redhat.com>
Tue, 15 Jul 2014 20:50:36 +0000 (22:50 +0200)
Signed-off-by: Thomas Haller <thaller@redhat.com>
autogen.sh

index 1b56207..141bcf1 100755 (executable)
@@ -22,13 +22,6 @@ PKG_NAME=NetworkManager
 
 cd $srcdir
 
-# Fetch submodules if needed
-if test -d $srcdir/.git; then
-    echo "+ Setting up submodules"
-    git submodule init
-    git submodule update
-fi
-
 gtkdocize
 autopoint --force
 AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose