Remove the --enable-multibyte switch from Groff's configure command as it isn't required as of Groff-1.20.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8814 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2009-02-08 22:46:53 +00:00
parent 0d16287199
commit 2fa7965ee3
2 changed files with 6 additions and 1 deletions

View File

@ -40,6 +40,11 @@
<listitem>
<para>2009-02-08</para>
<itemizedlist>
<listitem>
<para>[matthew] - Remove the &quot;enable-multibyte&quot; configure
switch from Groff, which is not required following the upgrade to
Groff-1.20.1. Thanks to Robert Connolly for the report.</para>
</listitem>
<listitem>
<para>[matthew] - Install sysklogd binaries to
<filename class="directory">/sbin</filename> for FHS compatibility.

View File

@ -61,7 +61,7 @@
<para>Prepare Groff for compilation:</para>
<screen><userinput remap="configure">PAGE=<replaceable>&lt;paper_size&gt;</replaceable> ./configure --prefix=/usr --enable-multibyte</userinput></screen>
<screen><userinput remap="configure">PAGE=<replaceable>&lt;paper_size&gt;</replaceable> ./configure --prefix=/usr</userinput></screen>
<para>Compile the package:</para>