diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-10-19 03:09:26 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-10-19 03:09:26 +0000 |
commit | 787fe0c79477285bb3393a823bdce2b29d1c9672 (patch) | |
tree | ecbbb14c7a13ce6fa1c62fa9115fc560c2fc2c26 /prologue | |
parent | e00376be2e893350d70e572cac7f1291f709e44f (diff) |
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
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 826b1d675..281956c41 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -102,6 +102,10 @@ </listitem> <listitem> + <para><emphasis role="strong">M4-1.4</emphasis></para> + </listitem> + + <listitem> <para><emphasis role="strong">Make-3.79.1</emphasis></para> </listitem> @@ -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` |