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 /chapter01 | |
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
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 12 |
1 files changed, 12 insertions, 0 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> |