aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bison.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-08-15 22:51:06 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-08-15 22:51:06 +0000
commitbdde021dcc0aa7bebdb5370d28002c382b531149 (patch)
treef59e3541e206fa5b6ac75c1ab2184efa38937402 /chapter06/bison.xml
parent18c4dbccaa8c6acbaafe404477353077d143116d (diff)
Update several pages to fix regression test failures.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r--chapter06/bison.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml
index ee890bef1..4f0c6bba1 100644
--- a/chapter06/bison.xml
+++ b/chapter06/bison.xml
@@ -43,14 +43,14 @@
<para>Prepare Bison for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
-
+<!--
<para>The configure system causes Bison to be built without support for
internationalization of error messages if a <command>bison</command>
program is not already in $PATH. The following addition will correct
this:</para>
<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' &gt;&gt; lib/config.h</userinput></screen>
-
+-->
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>
@@ -59,6 +59,8 @@
<screen><userinput remap="test">make check</userinput></screen>
+ <para>One test will fail due to not having flex available yet.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>