Changeset 2004b26 for BOOK/temp-system


Ignore:
Timestamp:
Aug 10, 2014, 10:19:44 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
685168b
Parents:
1dcf44d
git-author:
Chris Staub <chris@…> (08/10/14 22:12:10)
git-committer:
Chris Staub <chris@…> (08/10/14 22:19:44)
Message:

Remove obsolete --enable-multibyte switch from Vim instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/vim.xml

    r1dcf44d r2004b26  
    6464    xpointer="xpointer(//*[@os='d'])"/>
    6565
    66 <screen os="e"><userinput>./configure \
    67     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    68     --prefix=/tools --enable-multibyte --enable-gui=no \
    69     --disable-gtktest --disable-xim --disable-gpm \
    70     --without-x --disable-netbeans --with-tlib=ncurses</userinput></screen>
     66<screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     67    --prefix=/tools --enable-gui=no --disable-gtktest --disable-xim \
     68    --disable-gpm --without-x --disable-netbeans --with-tlib=ncurses</userinput></screen>
    7169
    7270    <variablelist os="f">
    7371      <title>The meaning of the new configure options:</title>
    74 
    75       <varlistentry>
    76         <term><parameter>--enable-multibyte</parameter></term>
    77         <listitem>
    78           <para>This optional but highly recommended switch enables support
    79           for editing files in multibyte character encodings. This is needed
    80           if using a locale with a multibyte character set. This switch is
    81           also helpful to be able to edit text files initially created in
    82           Linux distributions like Fedora that use UTF-8 as a default
    83           character set.</para>
    84         </listitem>
    85       </varlistentry>
    8672
    8773      <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.