aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-05-08 15:58:13 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-05-08 15:58:13 +0000
commitbd5f090a68b7fe7f0e64917869e79ef91ca9c506 (patch)
treec23e6e8d3114876f4a1a0ff328c90f21f8c13252 /chapter05
parent6ca023512baacc430ab6759924433482a1f201e1 (diff)
Update to flex-2.6.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/flex.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/flex.xml b/chapter05/flex.xml
index 730fd735c..2033db549 100644
--- a/chapter05/flex.xml
+++ b/chapter05/flex.xml
@@ -42,7 +42,7 @@
<sect2 role="installation">
<title>Installation of Flex</title>
-
+<!--
<para>Flex contains several known bugs. These can be fixed with the
following patch:</para>
@@ -54,8 +54,8 @@
fine, so make sure it does not get regenerated:</para>
<screen><userinput remap="pre">touch doc/flex.1</userinput></screen>
-
- <para>Now prepare Flex for compilation:</para>
+-->
+ <para>Prepare Flex for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>