From 64283119fe66362c1d2650ac3c957b2b4ea7d788 Mon Sep 17 00:00:00 2001 From: Karthikdasari0423 <92445174+Karthikdasari0423@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:22:39 +0530 Subject: [PATCH] HTTP3.md: always run nghttp3 submodule init - For consistency change all 'build nghttp3' commands to run submodule init after cloning, even if the branch does not have submodules. Follow-up to 5a4b2f93 and 4f794558. Closes https://github.com/curl/curl/pull/12928 --- docs/HTTP3.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 75a92fa31..f16708983 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -102,6 +102,7 @@ Build nghttp3 % cd .. % git clone -b v1.1.0 https://github.com/ngtcp2/nghttp3 % cd nghttp3 + % git submodule update --init % autoreconf -fi % ./configure --prefix= --enable-lib-only % make @@ -143,6 +144,7 @@ Build nghttp3 % cd .. % git clone -b v1.1.0 https://github.com/ngtcp2/nghttp3 % cd nghttp3 + % git submodule update --init % autoreconf -fi % ./configure --prefix= --enable-lib-only % make