mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Merge pull request #192 from PeterDaveHello/update-autogen.sh
Optimze git submodule in autogen.sh
This commit is contained in:
commit
982e60c695
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
git submodule init
|
||||
git submodule update
|
||||
git submodule update --init --depth 1
|
||||
autoreconf -if
|
||||
|
|
Loading…
Reference in a new issue