SIGN IN SIGN UP

Protocol Buffers - Google's data interchange format

0 0 35 C++

Build updates (#5300)

* Make language instructions' documentation links clickable

See 86208c52.

* Add a `git submodules` check to autogen.sh

Running `./autogen.sh && make` happens to work without initializing git
submodules - but autogen.sh writes to what is supposed to be a git
submodules directory, so trying to later initialize git submodules
fails.

This change makes building a bit more reliable for people who miss this
step.

* Revise third_party googletest logic

As discussed in PR, instead of requiring that `git submodule --init` be
run, correctly handle the case where it isn't run.
J
Josh Kelley committed
8aaf4d2a40fd1f932daed3b433d8acb0822bb7b2
Parent: 939569a
Committed by GitHub <noreply@github.com> on 5/17/2021, 9:53:27 PM