diff options
-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}]" --> |