Fix running autogen.sh from outside the source directory

Otherwise the git submodule invocations produce errors.
This commit is contained in:
Stef Walter 2015-04-08 09:16:17 +02:00
parent b93c64a7d5
commit 095d430015

View File

@ -15,7 +15,6 @@ fi
mkdir -p m4
cd $olddir
if ! test -f libglnx/README.md; then
git submodule update --init
fi