Terminates autogen if can't download submodule

This commit is contained in:
Mitchell Hentges 2015-05-03 18:08:49 -07:00 committed by Jesse van den Kieboom
parent 5d85e7e32d
commit 4537edb352

View file

@ -26,6 +26,11 @@ fi
git submodule update --init --recursive
if [ $? != 0 ]; then
echo "*** Failed to download submodules. Maybe you have a bad connection or a submodule was not forked?"
exit 1
fi
autopoint --force
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose