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
This commit is contained in:
Matthew Burgess 2012-03-11 23:12:41 +00:00
parent aa2d8f05e2
commit 86acad366a
3 changed files with 15 additions and 3 deletions

View File

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

View File

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

View File

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