We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97ae3b commit cd04063Copy full SHA for cd04063
.gitmodules
@@ -1,3 +1,4 @@
1
[submodule "ucg"]
2
path = src/ucg
3
url = https://github.com/openucx/xucg.git
4
+ branch = master
autogen.sh
@@ -33,7 +33,7 @@ mkdir -p config/m4 config/aux
33
34
if [ "X$with_ucg" = "Xyes" ]
35
then
36
- git submodule update --init --recursive
+ git submodule update --init --recursive --remote
37
fi
38
39
autoreconf -v --install || exit 1
0 commit comments