diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-11 23:12:41 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-11 23:12:41 +0000 |
commit | 86acad366ae8a83655cbd99a25b97b8928913a48 (patch) | |
tree | 1927480c4244b72cbe3ccf69585b6d7a808e21d4 | |
parent | aa2d8f05e28053644f3d65a1fac37a4fa049709c (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter05/gettext.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 15 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d152c4052..34fe2c076 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 5a5d89cf3..378c1445a 100644 --- a/chapter05/gettext.xml +++ b/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> diff --git a/general.ent b/general.ent index a24118848..3c0b7a892 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "7.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |