mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
Automatically populate the git submodules in autogen.sh
This commit is contained in:
parent
1804d944d2
commit
31d129fab4
@ -16,5 +16,14 @@ mkdir -p m4
|
||||
|
||||
autoreconf --force --install --verbose
|
||||
|
||||
# Fetch submodules if needed
|
||||
if test ! -f src/libgsystem/README;
|
||||
then
|
||||
echo "+ Setting up submodules"
|
||||
git submodule init
|
||||
fi
|
||||
git submodule update
|
||||
|
||||
|
||||
cd $olddir
|
||||
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user