From 67e01e5dce9fe4f3a88249d3dfa64251f338bb9e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 22 Nov 2009 05:37:11 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 11 +++++++++++ general.ent | 4 ++-- prologue/hostreqs.xml | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 80c6df7fe..35b4596ae 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> + + 2009-11-22 + + + [bdubbs] Update host requirements script to + print a comment that makeinfo is used to identify + the Texinfo package version. + + + + 2009-11-21 diff --git a/general.ent b/general.ent index e67babfe6..f2d82ebeb 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + 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 && gcc -o dummy dummy.c if [ -x dummy ]; then echo "Compilation OK"; else echo "Compilation failed"; fi