diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-03-18 10:09:34 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-03-18 10:09:34 +0000 |
commit | 93ca991c1f52b32e9aa507f1a7790c492cd6b76e (patch) | |
tree | 9f7ea2f7ce0c546174267b07588f0027d6148c83 /chapter06 | |
parent | 8d6150183250e9e962e4f6b53ac8a39ef9b45d40 (diff) |
Upgrade to flex-2.5.33
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7440 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/flex.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 3d375d311..1f33675ea 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -26,7 +26,7 @@ <seglistitem> <seg>0.1 SBU</seg> - <seg>22.5 MB</seg> + <seg>21.3 MB</seg> </seglistitem> </segmentedlist> @@ -44,18 +44,6 @@ <sect2 role="installation"> <title>Installation of Flex</title> - <para>Flex contains several known bugs. Fix these with the following - patch:</para> - -<screen><userinput>patch -Np1 -i ../&flex-fixes-patch;</userinput></screen> - - <para>The GNU autotools detects that the Flex source code has been - modified by the previous patch and tries to update the man page - accordingly. This does not work correctly on many systems, and the - default page is fine, so make sure it does not get regenerated:</para> - -<screen><userinput>touch doc/flex.1</userinput></screen> - <para>Prepare Flex for compilation:</para> <screen><userinput>./configure --prefix=/usr</userinput></screen> |