Kaynağa Gözat

Prevent Gettext's configure script from hanging on certain hosts.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 13 yıl önce
ebeveyn
işleme
86acad366a
3 değiştirilmiş dosya ile 15 ekleme ve 3 silme
  1. 12 0
      chapter01/changelog.xml
  2. 1 1
      chapter05/gettext.xml
  3. 2 2
      general.ent

+ 12 - 0
chapter01/changelog.xml

@@ -37,6 +37,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>

+ 1 - 1
chapter05/gettext.xml

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

+ 2 - 2
general.ent

@@ -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}]" -->