aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bison-inst.xml
diff options
context:
space:
mode:
authorMarc Heerdink <gimli@linuxfromscratch.org>2002-01-26 19:40:19 +0000
committerMarc Heerdink <gimli@linuxfromscratch.org>2002-01-26 19:40:19 +0000
commit608e41c142eca1dcbfce789cccd77174d6d9673b (patch)
tree745ec6d226705d6435378db9bd1315966c0181cc /chapter06/bison-inst.xml
parentd122b142b49b68ee84cec9c1e633edd12abdf4d3 (diff)
[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
Diffstat (limited to 'chapter06/bison-inst.xml')
-rw-r--r--chapter06/bison-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/bison-inst.xml b/chapter06/bison-inst.xml
index e59ab8dd9..4dd09ae20 100644
--- a/chapter06/bison-inst.xml
+++ b/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>