mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
aa2d8f05e2
commit
86acad366a
@ -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>
|
<listitem>
|
||||||
<para>2012-03-06</para>
|
<para>2012-03-06</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
<para>Prepare Gettext for compilation:</para>
|
<para>Prepare Gettext for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">cd gettext-tools
|
<screen><userinput remap="configure">cd gettext-tools
|
||||||
./configure --prefix=/tools --disable-shared</userinput></screen>
|
EMACS="no" ./configure --prefix=/tools --disable-shared</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the configure option:</title>
|
<title>The meaning of the configure option:</title>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20120306">
|
<!ENTITY version "SVN-20120311">
|
||||||
<!ENTITY releasedate "Mar 6, 2012">
|
<!ENTITY releasedate "Mar 11, 2012">
|
||||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.2">
|
<!ENTITY milestone "7.2">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user