mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Remove redundant --enable-multibyte from vim
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e2b5ce5cca
commit
254c03be81
@ -38,6 +38,11 @@
|
||||
<listitem>
|
||||
<para>2014-08-10</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Remove --enable-multibyte from vim, it is the
|
||||
default. Addresses part of
|
||||
<ulink url="&lfs-ticket-root;3647">#3647</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Util-Linux-2.25 needs a filename in ADJTIME_PATH,
|
||||
fixes <ulink url="&lfs-ticket-root;3656">#3656</ulink>.</para>
|
||||
|
@ -50,23 +50,7 @@
|
||||
|
||||
<para>Prepare Vim for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --enable-multibyte</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the configure options:</title>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--enable-multibyte</parameter></term>
|
||||
<listitem>
|
||||
<para>This 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 that use UTF-8 as a default character set.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user