Kaynağa Gözat

Remove redundant --enable-multibyte from vim

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Ken Moffat 11 yıl önce
ebeveyn
işleme
254c03be81
2 değiştirilmiş dosya ile 6 ekleme ve 17 silme
  1. 5 0
      chapter01/changelog.xml
  2. 1 17
      chapter06/vim.xml

+ 5 - 0
chapter01/changelog.xml

@@ -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>

+ 1 - 17
chapter06/vim.xml

@@ -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>