build: Don't update git submodules
authorBastien Nocera <hadess@hadess.net>
Wed, 2 Nov 2016 16:31:41 +0000 (17:31 +0100)
committerBastien Nocera <hadess@hadess.net>
Wed, 2 Nov 2016 17:32:00 +0000 (18:32 +0100)
As we don't use them.

autogen.sh

index f235b509fa0fe310fb98e5536e3969f93b881a9a..134130934589ca1c340b76cea8bc6dc7b1323b9e 100755 (executable)
@@ -9,8 +9,6 @@ which gnome-autogen.sh || {
     exit 1
 }
 
-git submodule update --init --recursive
-
 REQUIRED_AUTOCONF_VERSION=2.64
 REQUIRED_AUTOMAKE_VERSION=1.11
 REQUIRED_INTLTOOL_VERSION=0.40.0