aboutsummaryrefslogtreecommitdiffstats
path: root/prologue
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-11-22 05:37:11 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-11-22 05:37:11 +0000
commit67e01e5dce9fe4f3a88249d3dfa64251f338bb9e (patch)
tree6b74f8ff748c66aea197b6bf6febc2209a3ee369 /prologue
parentc88356786f473b04aa90fde47fb486a693e70800 (diff)
Update host requirements script
to print a comment that makeinfo is used to identify print a comment that makeinfo is used to identify the Texinfo package version git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r--prologue/hostreqs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index 8f167bde1..36470c07c 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -177,7 +177,7 @@ patch --version | head -n1
echo Perl `perl -V:version`
sed --version | head -n1
tar --version | head -n1
-makeinfo --version | head -n1
+echo "Texinfo: `makeinfo --version | head -n1`"
echo 'main(){}' > dummy.c &amp;&amp; gcc -o dummy dummy.c
if [ -x dummy ]; then echo "Compilation OK";
else echo "Compilation failed"; fi