From 2fa7965ee3d3d388e119cd54abf96e000da51958 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 8 Feb 2009 22:46:53 +0000 Subject: [PATCH] Remove the --enable-multibyte switch from Groff's configure command as it isn't required as of Groff-1.20.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8814 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/groff.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dbe6ba9f5..bed114507 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2009-02-08 + + [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. + [matthew] - Install sysklogd binaries to /sbin for FHS compatibility. 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 @@ Prepare Groff for compilation: -PAGE=<paper_size> ./configure --prefix=/usr --enable-multibyte +PAGE=<paper_size> ./configure --prefix=/usr Compile the package: