ソースを参照

[Bug 263] Removed the datadir configure flag for bison, which is no more needed with recent bison. Also, this unbreaks locale support.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1483 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Marc Heerdink 23 年 前
コミット
608e41c142
4 ファイル変更5 行追加4 行削除
  1. 4 0
      chapter01/changelog.xml
  2. 1 2
      chapter06/bison-inst.xml
  3. 0 1
      chapter06/bison.xml
  4. 0 1
      index.xml

+ 4 - 0
chapter01/changelog.xml

@@ -23,6 +23,10 @@
 
 <itemizedlist>
 
+<listitem><para>January 26th, 2002 [marcheerdink]: Chapter 6: Removed the
+datadir option from bisons configure flags, because recent bisons use the
+correct directory by default.</para></listitem>
+
 <listitem><para>January 23rd, 2002 [markh]: Chapter 6: Added the section
 Create /etc/mtab symlink.</para></listitem>
 

+ 1 - 2
chapter06/bison-inst.xml

@@ -3,8 +3,7 @@
 
 <para>Install Bison by running the following commands:</para>
 
-<para><screen><userinput>./configure --prefix=/usr \
-&nbsp;&nbsp;&nbsp;--datadir=/usr/share/bison &amp;&amp;
+<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
 make &amp;&amp;
 make install</userinput></screen></para>
 

+ 0 - 1
chapter06/bison.xml

@@ -6,7 +6,6 @@
 Estimated required disk space:  &bison-compsize;</screen>
 
 &c6-bison-inst;
-&c6-bison-exp;
 &aa-bison-desc;
 &aa-bison-dep;
 

+ 0 - 1
index.xml

@@ -213,7 +213,6 @@
 <!ENTITY c6-gcc-inst SYSTEM "chapter6/gcc-inst.xml">
 <!ENTITY c6-bison SYSTEM "chapter6/bison.xml">
 <!ENTITY c6-bison-inst SYSTEM "chapter6/bison-inst.xml">
-<!ENTITY c6-bison-exp SYSTEM "chapter6/bison-exp.xml">
 <!ENTITY c6-mawk SYSTEM "chapter6/mawk.xml">
 <!ENTITY c6-mawk-inst SYSTEM "chapter6/mawk-inst.xml">
 <!ENTITY c6-findutils SYSTEM "chapter6/findutils.xml">