Changeset 254c03be


Ignore:
Timestamp:
08/10/2014 06:46:38 PM (10 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
87af6d6
Parents:
e2b5ce5
Message:

Remove redundant --enable-multibyte from vim

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re2b5ce5 r254c03be  
    3939      <para>2014-08-10</para>
    4040      <itemizedlist>
     41        <listitem>
     42          <para>[ken] - Remove --enable-multibyte from vim, it is the
     43          default. Addresses part of
     44          <ulink url="&lfs-ticket-root;3647">#3647</ulink>.</para>
     45        </listitem>
    4146        <listitem>
    4247          <para>[ken] - Util-Linux-2.25 needs a filename in ADJTIME_PATH,
  • chapter06/vim.xml

    re2b5ce5 r254c03be  
    5151    <para>Prepare Vim for compilation:</para>
    5252
    53 <screen><userinput remap="configure">./configure --prefix=/usr --enable-multibyte</userinput></screen>
    54 
    55     <variablelist>
    56       <title>The meaning of the configure options:</title>
    57 
    58       <varlistentry>
    59         <term><parameter>--enable-multibyte</parameter></term>
    60         <listitem>
    61           <para>This switch enables support for editing files in multibyte
    62           character encodings. This is needed if using a locale with a
    63           multibyte character set. This switch is also helpful to be able
    64           to edit text files initially created in Linux distributions like
    65           Fedora that use UTF-8 as a default character set.</para>
    66         </listitem>
    67       </varlistentry>
    68 
    69     </variablelist>
     53<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
    7054
    7155    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.