Changeset 861ae7f in clfs-embedded


Ignore:
Timestamp:
Sep 21, 2016, 2:42:30 AM (8 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
f8ce9f5
Parents:
c72b980
Message:

hostreqs: Add M4 as a host req

M4 is required in order to build GMP, as per trac bug 985 [1].

[1]: http://trac.clfs.org/ticket/985

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/hostreqs.xml

    rc72b980 r861ae7f  
    6666
    6767    <listitem>
     68      <para><emphasis role="strong">M4-1.4.16</emphasis></para>
     69    </listitem>
     70
     71    <listitem>
    6872      <para><emphasis role="strong">Make-3.81</emphasis></para>
    6973    </listitem>
     
    110114grep --version | head -n1
    111115gzip --version | head -n1
     116m4 --version | head -n1
    112117make --version | head -n1
    113118patch --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.