diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/groff.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dbe6ba9f5..bed114507 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2009-02-08</para> <itemizedlist> <listitem> + <para>[matthew] - Remove the "enable-multibyte" configure + switch from Groff, which is not required following the upgrade to + Groff-1.20.1. Thanks to Robert Connolly for the report.</para> + </listitem> + <listitem> <para>[matthew] - Install sysklogd binaries to <filename class="directory">/sbin</filename> for FHS compatibility. Fixes <ulink url="&lfs-ticket-root;2317">#2317</ulink>.</para> diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 0c52ab5d0..b4c73666e 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -61,7 +61,7 @@ <para>Prepare Groff for compilation:</para> -<screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr --enable-multibyte</userinput></screen> +<screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> |