Updated autogen.sh to automatically update submodules

This commit is contained in:
Gergely Polonkai 2013-09-09 11:05:28 +02:00
parent 9c7b012696
commit f17ab27fe2
1 changed files with 2 additions and 0 deletions

View File

@ -19,5 +19,7 @@ which gnome-autogen.sh || {
exit 1
}
git submodule update --init --recursive
REQUIRED_AUTOMAKE_VERSION=1.9 . gnome-autogen.sh