From c3d6ceb2bd922f1b6470314935c982521d883c8c Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Fri, 7 May 2004 16:27:16 +0000 Subject: [PATCH] Pass --enable-multibyte to Vim git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3503 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- TODO | 1 - chapter01/changelog.xml | 3 +++ chapter06/vim.xml | 2 +- general.ent | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 5e1b197c4..83751b588 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ - Mention --enable-kernel=... where appropriate. - - Mention --enable-multibyte when building vim. - POSIX compliance patches (aka, removing the coreutils hack). - Upgraded to a glibc that supports POSIX message queues. - Pass --enable-const to ncurses. diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8efb71cc3..a90b7ebca 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -94,6 +94,9 @@ first a summary, then a detailed log. +May 7th, 2004 [winkie]: Chapter 6 - When configuring Vim, pass +the --enable-multibyte option. + May 6th, 2004 [winkie]: Chapter 6 - Removed unused and broken entries from nsswitch.conf. diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 366716f0d..c2e2df4fe 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -38,7 +38,7 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h< Now prepare Vim for compilation: -./configure --prefix=/usr +./configure --prefix=/usr --enable-multibyte Compile the package: diff --git a/general.ent b/general.ent index 91ef02c43..1ada51a5b 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +