diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 2aae7580d..b87a69314 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,20 @@
-->
+
+ 2008-02-24
+
+
+ [matthew] - Add --libexecdir parameter to Man-db's configure
+ command so that globbing and
+ manconv are installed into /usr/libexec/man-db.
+ Fixes #2153. Also, remove
+ the --enable-mb-groff parameter, as this is now detected
+ automatically.
+
+
+
+
2008-02-19
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index 52de24fee..95ff83bc3 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -71,20 +71,11 @@ EOF
Prepare Man-DB for compilation:
-./configure --prefix=/usr --enable-mb-groff --disable-setuid
+./configure --prefix=/usr --libexecdir=/usr/lib --disable-setuid
The meaning of the configure options:
-
- --enable-mb-groff
-
- This tells the man program to use the
- ascii8
and nippon
Groff devices for
- formatting non-ISO-8859-1 manual pages.
-
-
-
--disable-setuid