mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
[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
This commit is contained in:
parent
d122b142b4
commit
608e41c142
@ -23,6 +23,10 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<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
|
<listitem><para>January 23rd, 2002 [markh]: Chapter 6: Added the section
|
||||||
Create /etc/mtab symlink.</para></listitem>
|
Create /etc/mtab symlink.</para></listitem>
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
<para>Install Bison by running the following commands:</para>
|
<para>Install Bison by running the following commands:</para>
|
||||||
|
|
||||||
<para><screen><userinput>./configure --prefix=/usr \
|
<para><screen><userinput>./configure --prefix=/usr &&
|
||||||
--datadir=/usr/share/bison &&
|
|
||||||
make &&
|
make &&
|
||||||
make install</userinput></screen></para>
|
make install</userinput></screen></para>
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
Estimated required disk space: &bison-compsize;</screen>
|
Estimated required disk space: &bison-compsize;</screen>
|
||||||
|
|
||||||
&c6-bison-inst;
|
&c6-bison-inst;
|
||||||
&c6-bison-exp;
|
|
||||||
&aa-bison-desc;
|
&aa-bison-desc;
|
||||||
&aa-bison-dep;
|
&aa-bison-dep;
|
||||||
|
|
||||||
|
@ -213,7 +213,6 @@
|
|||||||
<!ENTITY c6-gcc-inst SYSTEM "chapter6/gcc-inst.xml">
|
<!ENTITY c6-gcc-inst SYSTEM "chapter6/gcc-inst.xml">
|
||||||
<!ENTITY c6-bison SYSTEM "chapter6/bison.xml">
|
<!ENTITY c6-bison SYSTEM "chapter6/bison.xml">
|
||||||
<!ENTITY c6-bison-inst SYSTEM "chapter6/bison-inst.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 SYSTEM "chapter6/mawk.xml">
|
||||||
<!ENTITY c6-mawk-inst SYSTEM "chapter6/mawk-inst.xml">
|
<!ENTITY c6-mawk-inst SYSTEM "chapter6/mawk-inst.xml">
|
||||||
<!ENTITY c6-findutils SYSTEM "chapter6/findutils.xml">
|
<!ENTITY c6-findutils SYSTEM "chapter6/findutils.xml">
|
||||||
|
Loading…
Reference in New Issue
Block a user