diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-11 21:35:01 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-11 21:35:01 +0000 |
commit | 89c14a9a0de6873abf222de3e2cc913e1410da94 (patch) | |
tree | b7fff5a0a2c72f4c6006218d0c10ad3fe9c4e32f /chapter06/man-db.xml | |
parent | b23aa4b536f1f933f69efa3ce61effbf42ebeb71 (diff) |
Upgrade to Man-DB-2.5.4. Fixes #2356 and #2338.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8826 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 8e9094517..7edcf0a5c 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -50,15 +50,10 @@ <para>Prepare Man-DB for compilation:</para> - <!-- Note that the enable-mb-groff switch is a temporary workaround for the - fact that the configure test doesn't automatically detect that Groff-1.20.1 - is multibyte capable --> - <screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \ --sysconfdir=/etc --disable-setuid \ - --enable-mb-groff --with-browser=/usr/bin/lynx \ - --with-col=/usr/bin/col --with-vgrind=/usr/bin/vgrind \ - --with-grap=/usr/bin/grap</userinput></screen> + --with-browser=/usr/bin/lynx --with-col=/usr/bin/col \ + --with-vgrind=/usr/bin/vgrind --with-grap=/usr/bin/grap</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> @@ -72,15 +67,6 @@ </varlistentry> <varlistentry> - <term><parameter>--enable-mb-groff</parameter></term> - <listitem> - <para>This switch tells <application>man-db</application> to expect - the Debian multibyte patched version of - <application>groff</application>.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><parameter>--with-...</parameter></term> <listitem> <para>These four parameters are used to set some default programs. |