Merge branch 'guide-small-update' into 'master'

guide: add references to autoconf-archive, CMake and Meson

See merge request pkg-config/pkg-config!20
This commit is contained in:
Sébastien Wilmet 2023-01-06 17:09:03 +00:00
commit dc2ff816a8

View file

@ -360,6 +360,15 @@ $ pkg-config --modversion hello
<tt>pkg-config --cflags</tt> and <tt>pkg-config --libs</tt>.</li>
</ul>
<p><a href="https://www.gnu.org/software/autoconf-archive/">autoconf-archive</a>
contains additional macros useful for <tt>pkg-config</tt> handling.</p>
<p>With the <a href="https://cmake.org/">CMake</a> build system you can use
the <tt>FindPkgConfig</tt> module.</p>
<p>With the <a href="https://mesonbuild.com/">Meson</a> build system you can
use the <tt>Pkgconfig</tt> module.</p>
<!--<h2><a name="examples">Examples</a></h2>-->
<h2><a name="faq">Frequently asked questions</a></h2>