Changeset 8c4af26


Ignore:
Timestamp:
07/13/2012 07:56:44 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3013a70
Parents:
4aff396
Message:

Upgrade to Automake-1.12.2. Fixes #3134.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9904 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4aff396 r8c4af26  
    4141      <para>2012-07-13</para>
    4242      <itemizedlist>
     43         <listitem>
     44           <para>[matthew] - Upgrade to Automake-1.12.2. Fixes
     45           <ulink url="&lfs-ticket-root;3134">#3134</ulink>.</para>
     46         </listitem>
    4347         <listitem>
    4448           <para>[matthew] - Upgrade to MPFR-3.1.1. Fixes
  • chapter06/automake.xml

    r4aff396 r8c4af26  
    4141  <sect2 role="installation">
    4242    <title>Installation of Automake</title>
     43
     44    <para>Fix a bug in the testsuite that can cause one of the tests to fail
     45    intermittently:</para>
     46
     47<screen><userinput remap="pre">sed -i -e '/$ACLOCAL/i$sleep' t/aclocal7.sh</userinput></screen>
    4348
    4449    <para>Prepare Automake for compilation:</para>
  • packages.ent

    r4aff396 r8c4af26  
    1616<!ENTITY autoconf-ch6-sbu "4.8 SBU">
    1717
    18 <!ENTITY automake-version "1.12.1">
     18<!ENTITY automake-version "1.12.2">
    1919<!ENTITY am-minor-version "1.12">
    20 <!ENTITY automake-size "1,321 KB">
     20<!ENTITY automake-size "1,336 KB">
    2121<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz">
    22 <!ENTITY automake-md5 "036d79de6e443e02aec2be1df2b4f0ac">
     22<!ENTITY automake-md5 "56c3ab38a5ed8f2b825341b4e007372a">
    2323<!ENTITY automake-home "&gnu-software;automake/">
    2424<!ENTITY automake-ch6-du "28.8 MB">
Note: See TracChangeset for help on using the changeset viewer.