From 06948c18f542ca46e66443c5afadcccd326fe2d7 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 12 Aug 2005 20:03:48 +0000 Subject: Change findutils' and vim's configure option explanations conform to the convention used elsewhere in the book (fixes bug 1613) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6669 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/findutils.xml | 13 ++++++++++--- chapter06/vim.xml | 20 +++++++++++++------- 2 files changed, 23 insertions(+), 10 deletions(-) (limited to 'chapter06') diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 0c34ac14b..61674c1e9 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -38,9 +38,16 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make and Sed ./configure --prefix=/usr --libexecdir=/usr/lib/locate \ --localstatedir=/var/lib/locate -The localstatedir option above changes the -location of the locate database to be in /var/lib/locate, which is FHS-compliant. +The meaning of the configure options: + + + +--localstatedir +This option changes the location of the locate +database to be in /var/lib/locate, which +is FHS-compliant. + + Compile the package: diff --git a/chapter06/vim.xml b/chapter06/vim.xml index dd8940c9f..299ea6e23 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -55,13 +55,19 @@ addressed upstream. The following patch fixes the problems: ./configure --prefix=/usr --enable-multibyte -The optional but highly recommended ---enable-multibyte switch includes support for -editing files in multibyte character encodings into -vim. This is needed if using a locale with -a multibyte character set. This switch is also helpful to be able to -edit text files initially created in Linux distributions like Fedora -Core that use UTF-8 as a default character set. +The meaning of the configure options: + + + +--enable-multibyte +This optional but highly recommended switch enables support for +editing files in multibyte character encodings. This is needed if using a +locale with a multibyte character set. This switch is also helpful to be able to +edit text files initially created in Linux distributions like Fedora Core that +use UTF-8 as a default character set. + + + Compile the package: -- cgit v1.2.3-54-g00ecf