[Clfs-commits] commit: r4493 - in /trunk/BOOK/final-system: common/groff.xml multilib/groff.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 17 20:20:50 PST 2009


Author: jciccone
Date: Sun Jan 18 04:20:49 2009
New Revision: 4493

Log:
Remove Unknown option from the groff installation.

Modified:
    trunk/BOOK/final-system/common/groff.xml
    trunk/BOOK/final-system/multilib/groff.xml

Modified: trunk/BOOK/final-system/common/groff.xml
==============================================================================
--- trunk/BOOK/final-system/common/groff.xml (original)
+++ trunk/BOOK/final-system/common/groff.xml Sun Jan 18 04:20:49 2009
@@ -32,8 +32,7 @@
 
     <para os="b">Prepare Groff for compilation:</para>
 
-<screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr \
-    --enable-multibyte</userinput></screen>
+<screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr</userinput></screen>
 
     <para os="d">Compile the package:</para>
 

Modified: trunk/BOOK/final-system/multilib/groff.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/groff.xml (original)
+++ trunk/BOOK/final-system/multilib/groff.xml Sun Jan 18 04:20:49 2009
@@ -30,7 +30,7 @@
     xpointer="xpointer(//*[@os='b'])"/>
 
 <screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> CC="gcc ${BUILD64}" \
-   CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 --enable-multibyte</userinput></screen>
+   CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/groff.xml"




More information about the Clfs-commits mailing list