From: Bastien Nocera Date: Wed, 2 Nov 2016 16:31:41 +0000 (+0100) Subject: build: Don't update git submodules X-Git-Tag: upstream/231~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28e1a7210196632b9eaf93c2bf2b5b81a0975c32;p=platform%2Fupstream%2Flibgudev.git build: Don't update git submodules As we don't use them. --- 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