Changeset 68d33bad for BOOK/final-system


Ignore:
Timestamp:
Jul 27, 2010, 1:39:03 AM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ba57c1e
Parents:
eaafb59
Message:

Updated M4 to 1.4.14.

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/m4.xml

    reaafb59 r68d33bad  
    2424  <sect2 role="installation">
    2525    <title>Installation of M4</title>
     26
     27    <para os="s1">Add a missing include statement into one of the source files
     28    with the following command:</para>
     29
     30<screen os="s2"><userinput>sed -i '/"m4.h"/i\#include &lt;sys/stat.h&gt;' src/path.c</userinput></screen>
    2631
    2732    <para os="a">Prepare M4 for compilation:</para>
  • BOOK/final-system/multilib/m4.xml

    reaafb59 r68d33bad  
    2222    <title>Installation of M4</title>
    2323
    24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2525    href="../common/m4.xml"
    26     xpointer="xpointer(//*[@os='a'])"/>
     26    xpointer="xpointer(//*[@os='s1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/m4.xml"
     30    xpointer="xpointer(//*[@os='s2'])"/>
    2731
    2832<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.