]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP3.md: always run nghttp3 submodule init
authorKarthikdasari0423 <92445174+Karthikdasari0423@users.noreply.github.com>
Mon, 12 Feb 2024 09:52:39 +0000 (15:22 +0530)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 18 Feb 2024 06:59:46 +0000 (01:59 -0500)
- 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

index 75a92fa316e6f119470e7faf070ebb9359688bcd..f16708983f7548fbe97e354119f9868a38753aef 100644 (file)
@@ -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=<somewhere2> --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=<somewhere2> --enable-lib-only
      % make