Fixes to pkg-config

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8936 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2011-11-04 22:01:54 +00:00
parent 08f1ff78b1
commit fbb93edd52

View File

@ -34,6 +34,8 @@
<command>configure</command> and <command>make</command> file <command>configure</command> and <command>make</command> file
execution.</para> execution.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead> <bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
<listitem> <listitem>
@ -59,7 +61,7 @@
<bridgehead renderas="sect3">Pkg-config Dependencies</bridgehead> <bridgehead renderas="sect3">Pkg-config Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead> <bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="GLib"/></para> <para role="required"><xref linkend="glib2"/></para>
<para condition="html" role="usernotes">User Notes: <para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/pkgconfig"/></para> <ulink url="&blfs-wiki;/pkgconfig"/></para>
@ -84,9 +86,7 @@ make</userinput></screen>
'<option>--with-installed-popt</option>' is used with <xref '<option>--with-installed-popt</option>' is used with <xref
linkend="popt"/>.</para></note> linkend="popt"/>.</para></note>
<para>To test the results, issue: <command>make check</command>. The <para>To test the results, issue: <command>make check</command>.</para>
<quote>check-requires-private</quote> test has been known to fail for
undetermined reasons.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
@ -94,15 +94,16 @@ make</userinput></screen>
</sect2> </sect2>
<!--
<sect2 role="commands"> <sect2 role="commands">
<title>Command Explanations</title> <title>Command Explanations</title>
<para><parameter>--with-installed-glib</parameter>: This parameter causes <para><parameter>- -with-installed-glib</parameter>: This parameter causes
the package to use the installed glib2. This is to get rid of the internally used the package to use the installed glib2. This is to get rid of the internally used
glib-1.</para> glib-1.</para>
</sect2> </sect2>
-->
<sect2 role="configuration"> <sect2 role="configuration">
<title>Configuring pkg-config</title> <title>Configuring pkg-config</title>