From 787fe0c79477285bb3393a823bdce2b29d1c9672 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sun, 19 Oct 2008 03:09:26 +0000 Subject: Moved placement of m4 in chapters 5 and 6 so that * the chapter 5 m4 links against the glibc in /tools * the chapter 6 m4 is built before anything that hard codes the location of m4 Added a host prerequisite for m4 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- prologue/hostreqs.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'prologue') diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 826b1d675..281956c41 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -101,6 +101,10 @@ located in . + + M4-1.4 + + Make-3.79.1 @@ -162,6 +166,7 @@ gcc --version | head -n1 grep --version | head -n1 gzip --version | head -n1 cat /proc/version +m4 --version | head -n1 make --version | head -n1 patch --version | head -n1 echo Perl `perl -V:version` -- cgit v1.2.3-54-g00ecf