autogen.sh: Remove git submodule *

Remove forgotten git submodule commands from autogen.sh.

Fixes: 59bdab94bc ("Drop git submodule structure")
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
This commit is contained in:
Jarkko Sakkinen 2020-12-28 02:28:10 +02:00 committed by Wim Taymans
parent c84646b66f
commit 8406d36e85

View file

@ -4,9 +4,6 @@
set -e
git submodule init
git submodule update
if [ -z $MESON ]; then
MESON=`which meson`
fi