%general-entities; ]> pkg-config &pkg-config-version;
&pkg-config-url;
Pkg-config-&pkg-config-version; Pkg-config <para>The pkg-config package contains a tool for passing the include path and/or library paths to build tools during the configure and make file execution.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&pkg-config-ch6-sbu;</seg> <seg>&pkg-config-ch6-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Pkg-config First fix a problem with underquoting that shows up in later versions of autoconf: sed -i -e 's/XT])dnl/XT])[]dnl/' \ -e 's/\.])dnl/\.])[]dnl/' pkg.m4 Prepare Pkg-config for compilation: ./configure --prefix=/usr Compile the package: make To test the results, issue: make check Install the package: make install Contents of Pkg-config Installed program pkg-config Short Descriptions pkg-config Returns meta information for the specified library or package. pkg-config