|
@@ -14875,7 +14875,8 @@ echo ""
|
|
|
echo "------------ Configuring BDLIB ------------"
|
|
echo "------------ Configuring BDLIB ------------"
|
|
|
|
|
|
|
|
if test -d .git; then
|
|
if test -d .git; then
|
|
|
- git submodule update --init
|
|
|
|
|
|
|
+ git submodule init
|
|
|
|
|
+ git submodule update
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
-cd lib/bdlib && ./configure
|
|
|
|
|
|
|
+test -f lib/bdlib/configure && cd lib/bdlib && ./configure
|