Changeset a15d1d7


Ignore:
Timestamp:
Aug 10, 2014, 10:12:10 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
4c2ea58
Parents:
5e685649
Message:

Remove obsolete --enable-multibyte switch from Vim instructions

Location:
BOOK
Files:
4 edited

Legend:

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

    r5e685649 ra15d1d7  
    4747    <para os="d">Prepare Vim for compilation:</para>
    4848
    49 <screen os="e"><userinput>./configure \
    50     --prefix=/usr --enable-multibyte</userinput></screen>
     49<screen os="e"><userinput>./configure --prefix=/usr</userinput></screen>
    5150
    5251    <para os="g">Compile the package:</para>
  • BOOK/final-system/multilib/vim.xml

    r5e685649 ra15d1d7  
    4747
    4848<screen os="e"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    49   ./configure --prefix=/usr \
    50     --enable-multibyte</userinput></screen>
     49  ./configure --prefix=/usr</userinput></screen>
    5150
    5251    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/introduction/common/changelog.xml

    r5e685649 ra15d1d7  
    4444          that are enabled by default.</para>
    4545        </listitem>
     46        <listitem>
     47          <para>[Chris] - Removed --enable-multibyte switch from Vim pages,
     48          since multibyte support is enabled by default.</para>
     49        </listitem>
    4650      </itemizedlist>
    4751    </listitem>
  • BOOK/temp-system/common/vim.xml

    r5e685649 ra15d1d7  
    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.