Author: matthew
Date: 2005-02-27 16:01:27 -0700 (Sun, 27 Feb 2005)
New Revision: 4703

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/gettext.xml
   trunk/BOOK/general.ent
Log:
* Replace --disable-csharp with --without-csharp to fix bug 1033


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2005-02-27 22:58:55 UTC (rev 4702)
+++ trunk/BOOK/chapter01/changelog.xml  2005-02-27 23:01:27 UTC (rev 4703)
@@ -81,6 +81,10 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>February 27, 2005 [matt]: Use --without-csharp instead
+of --disable-csharp, as the latter doesn't work as intended.  Fixes bug
+1033</para></listitem>
+
 <listitem><para>February 27, 2005 [matt]: Upgraded to gettext-0.14.2</para>
 </listitem>
 

Modified: trunk/BOOK/chapter05/gettext.xml
===================================================================
--- trunk/BOOK/chapter05/gettext.xml    2005-02-27 22:58:55 UTC (rev 4702)
+++ trunk/BOOK/chapter05/gettext.xml    2005-02-27 23:01:27 UTC (rev 4703)
@@ -30,7 +30,7 @@
 <para>Prepare Gettext for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools --disable-libasprintf \
-    --disable-csharp</userinput></screen>
+    --without-csharp</userinput></screen>
 
 <para>The meaning of the configure options:</para>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2005-02-27 22:58:55 UTC (rev 4702)
+++ trunk/BOOK/general.ent      2005-02-27 23:01:27 UTC (rev 4703)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050221">
-<!ENTITY releasedate "Febraury 21, 2005">
+<!ENTITY version "SVN-20050227">
+<!ENTITY releasedate "Febraury 27, 2005">
 <!ENTITY milestone "6.1">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/";>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to