Skip to content

Commit

Permalink
bootstrap: checkout submodules if they are missing
Browse files Browse the repository at this point in the history
  • Loading branch information
proski committed Dec 29, 2016
1 parent d257108 commit 5abb66d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,14 @@ then
exit 1
fi

if ! test -f libpainter/configure.ac
then
git submodule update --init libpainter
fi

if ! test -f librfxcodec/configure.ac
then
git submodule update --init librfxcodec
fi

autoreconf -fvi

0 comments on commit 5abb66d

Please sign in to comment.