From 28e1a7210196632b9eaf93c2bf2b5b81a0975c32 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 2 Nov 2016 17:31:41 +0100 Subject: [PATCH] build: Don't update git submodules As we don't use them. --- autogen.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index f235b50..1341309 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- 2.34.1