From 06948c18f542ca46e66443c5afadcccd326fe2d7 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 12 Aug 2005 20:03:48 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 4 ++++ chapter06/findutils.xml | 13 ++++++++++--- chapter06/vim.xml | 20 +++++++++++++------- 3 files changed, 27 insertions(+), 10 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0bffa6e2d..10bb765bd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -112,6 +112,10 @@ First a summary, then a detailed log. +August 12th, 2005 [matt]: Change findutils and vim's configure +switch explanations to the convention used in the rest of the book (Bug +1613). + August 12th, 2005 [matt]: Expand explanation of device node creation at the start of chapter 6. 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: