Author: matthew
Date: 2012-03-11 17:12:41 -0600 (Sun, 11 Mar 2012)
New Revision: 9773

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/gettext.xml
   trunk/BOOK/general.ent
Log:
Prevent Gettext's configure script from hanging on certain hosts.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2012-03-10 18:53:04 UTC (rev 9772)
+++ trunk/BOOK/chapter01/changelog.xml  2012-03-11 23:12:41 UTC (rev 9773)
@@ -38,6 +38,18 @@
 -->
 
     <listitem>
+      <para>2012-03-11</para>
+      <itemizedlist>
+         <listitem>
+           <para>[matthew] - Workaround an issue in Gettext's configure script
+           that can cause it to hang on certain hosts when determining the 
path 
+           for Emacs Lisp files on certain hosts.  Reported by and fix provided
+           by DJ Lucas.</para>
+         </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2012-03-06</para>
       <itemizedlist>
          <listitem>

Modified: trunk/BOOK/chapter05/gettext.xml
===================================================================
--- trunk/BOOK/chapter05/gettext.xml    2012-03-10 18:53:04 UTC (rev 9772)
+++ trunk/BOOK/chapter05/gettext.xml    2012-03-11 23:12:41 UTC (rev 9773)
@@ -49,7 +49,7 @@
     <para>Prepare Gettext for compilation:</para>
 
 <screen><userinput remap="configure">cd gettext-tools
-./configure --prefix=/tools --disable-shared</userinput></screen>
+EMACS="no" ./configure --prefix=/tools --disable-shared</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure option:</title>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-03-10 18:53:04 UTC (rev 9772)
+++ trunk/BOOK/general.ent      2012-03-11 23:12:41 UTC (rev 9773)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120306">
-<!ENTITY releasedate "Mar 6, 2012">
+<!ENTITY version "SVN-20120311">
+<!ENTITY releasedate "Mar 11, 2012">
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

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