Changeset 68d33bad


Ignore:
Timestamp:
Jul 26, 2010, 6:39:03 PM (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
Files:
6 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>
  • BOOK/introduction/common/changelog.xml

    reaafb59 r68d33bad  
    4040      <para>July 26, 2010</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated M4 to 1.4.14.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated Gzip to 1.4.</para>
  • BOOK/packages.ent

    reaafb59 r68d33bad  
    267267<!ENTITY linux-home "http://www.kernel.org">
    268268
    269 <!ENTITY m4-version "1.4.13">
    270 <!ENTITY m4-size "984 KB">
     269<!ENTITY m4-version "1.4.14">
     270<!ENTITY m4-size "1,100 KB">
    271271<!ENTITY m4-url "&gnu;m4/m4-&m4-version;.tar.bz2">
    272 <!ENTITY m4-md5 "28f9ccd3ac4da45409251008b911d677">
     272<!ENTITY m4-md5 "e6fb7d08d50d87e796069cff12a52a93">
    273273<!ENTITY m4-home "&gnu-software;m4">
    274274
  • BOOK/temp-system/common/m4.xml

    reaafb59 r68d33bad  
    3737EOF</userinput></screen>
    3838
     39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     40    href="../../final-system/common/m4.xml"
     41    xpointer="xpointer(//*[@os='s1'])"/>
     42
     43<screen os="s2"><userinput>cp src/path.c{,.orig}
     44sed -e '/"m4.h"/i\#include &lt;sys/stat.h&gt;' \
     45    src/path.c.orig > src/path.c</userinput></screen>
     46
    3947    <para os="a">Prepare M4 for compilation:</para>
    4048
    4149<screen os="b"><userinput>./configure --prefix=/tools \
    42     --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
     50    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     51    --cache-file=config.cache</userinput></screen>
    4352
    4453    <para os="c">Compile the package:</para>
  • BOOK/temp-system/multilib/m4.xml

    reaafb59 r68d33bad  
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3434    href="../common/m4.xml"
     35    xpointer="xpointer(//*[@os='s1'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../common/m4.xml"
     39    xpointer="xpointer(//*[@os='s2'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     42    href="../common/m4.xml"
    3543    xpointer="xpointer(//*[@os='a'])"/>
    3644
    3745<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    38    --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
     46    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     47    --cache-file=config.cache</userinput></screen>
    3948
    4049    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.