ソースを参照

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
Matthew Burgess 16 年 前
コミット
2fa7965ee3
2 ファイル変更6 行追加1 行削除
  1. 5 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/groff.xml

+ 5 - 0
chapter01/changelog.xml

@@ -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.

+ 1 - 1
chapter06/groff.xml

@@ -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>