Updated editor list. Removed --with-history from libxml2 and added a caution.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5368 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2005-12-07 17:05:47 +00:00
parent 312084eb8f
commit f33cb079a4
3 changed files with 20 additions and 4 deletions

View File

@ -86,7 +86,7 @@
<para>Install <application>libxml2</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --with-history &amp;&amp;
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
@ -100,8 +100,16 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--with-history</parameter>: Enables
<application>readline</application> support.</para>
<para><parameter>--with-history</parameter>: If this option is used, it
enables <application>readline</application> support when running
xmlcatalog in shell mode.</para>
<caution>
<para>When using history support, <command>make check</command> will
hang forever if either <filename>/etc/inputrc</filename> or
<filename>~/.inpurc</filename> has the option
<option>show-all-if-ambiguous</option> turned on.</para>
</caution>
</sect2>

View File

@ -44,6 +44,14 @@
<listitem>
<para>December 7th, 2005</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Removed --with-history option from libxml2. Added
a caution that the make check command can hang forever under
certain conditions with the option.</para>
</listitem>
<listitem>
<para>[bdubbs] - Added Andy Benton to the list of BLFS editors.</para>
</listitem>
<listitem>
<para>[randy] - Added GTK-Doc as a dependency of libxml, thanks to
go moko for pointing out the omission.</para>

View File

@ -35,7 +35,7 @@
<listitem>
<para><emphasis>Co-Editors:</emphasis> Randy McMurchy,
Larry Lawrence, Igor Zivkovic, DJ Lucas, Tushar Teredesai, David Jensen,
Manuel Canales Esparcia, and Richard Downing.</para>
Manuel Canales Esparcia, and Andy Benton.</para>
</listitem>
</itemizedlist>