summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap10
1 files changed, 10 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index be61972e..a6105448 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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