aboutsummaryrefslogtreecommitdiffstats
path: root/prologue
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-29 16:48:53 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-29 16:48:53 +0000
commit0a2f7f6105b810ba1782165a031c0df0d137be50 (patch)
tree6a74edd7e672d14bf081b38372e519f8a51c6dd1 /prologue
parent2be021c92381c7709060caa88ab88d10c92c1eaa (diff)
Remove no longer needed makeinfo from Host System Requirements
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10422 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r--prologue/hostreqs.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index c793cf7cd..153f31898 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -123,11 +123,6 @@
<para><emphasis role="strong">Tar-1.18</emphasis></para>
</listitem>
- <!-- Needed by the apparently broken Binutils-2.18 -->
- <listitem>
- <para><emphasis role="strong">Texinfo-4.9</emphasis></para>
- </listitem>
-
<listitem>
<para><emphasis role="strong">Xz-5.0.0</emphasis></para>
</listitem>
@@ -183,7 +178,6 @@ patch --version | head -n1
echo Perl `perl -V:version`
sed --version | head -n1
tar --version | head -n1
-echo "Texinfo: `makeinfo --version | head -n1`"
xz --version | head -n1
echo 'main(){}' &gt; dummy.c &amp;&amp; g++ -o dummy dummy.c