Changeset ec66ac7


Ignore:
Timestamp:
05/23/2009 09:20:07 AM (15 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, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 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:
c63288ca
Parents:
08d48c5
Message:

Upgrade to Automake-1.11. Fixes #2400.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r08d48c5 rec66ac7  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[matthew] - Upgrade to Automake-1.11.  Fixes
     45          <ulink url="&lfs-ticket-root;2400">#2400</ulink>.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[matthew] - Add GDBM as a pre-requisite for Man-DB.  Fixes
    4549          <ulink url="&lfs-ticket-root;2298">#2298</ulink>.</para>
  • chapter01/whatsnew.xml

    r08d48c5 rec66ac7  
    213213
    214214    <listitem>
    215       <para>&automake-test-patch;</para>
    216     </listitem>
    217 
    218     <listitem>
    219215      <para>&coreutils-i18n-patch;</para>
    220216    </listitem>
  • chapter03/patches.xml

    r08d48c5 rec66ac7  
    2020
    2121    <varlistentry>
    22       <term>Automake Test Fix Patch - <token>&automake-test-patch-size;</token>:</term>
    23       <listitem>
    24         <para>Download: <ulink url="&patches-root;&automake-test-patch;"/></para>
    25         <para>MD5 sum: <literal>&automake-test-patch-md5;</literal></para>
    26       </listitem>
    27     </varlistentry>
    28 
    29     <varlistentry>
    3022      <term>Berkeley DB Upstream Fixes Patch - <token>&db-fixes-patch-size;</token>:</term>
    3123      <listitem>
  • chapter06/automake.xml

    r08d48c5 rec66ac7  
    4141  <sect2 role="installation">
    4242    <title>Installation of Automake</title>
    43 
    44     <para>Fix a bug in the testsuite that can lead to a spurious failure:</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../&automake-test-patch;</userinput></screen>
    4743
    4844    <para>Prepare Automake for compilation:</para>
  • packages.ent

    r08d48c5 rec66ac7  
    1616<!ENTITY autoconf-ch6-sbu "less than 0.1 SBU">
    1717
    18 <!ENTITY automake-version "1.10.2">
    19 <!ENTITY automake-size "914 KB">
     18<!ENTITY automake-version "1.11">
     19<!ENTITY automake-size "1,034 KB">
    2020<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.bz2">
    21 <!ENTITY automake-md5 "1498208ab1c8393dcbd9afb7d06df6d5">
     21<!ENTITY automake-md5 "4db4efe027e26b33930a7e151de19d0f">
    2222<!ENTITY automake-home "&gnu-software;automake/">
    2323<!ENTITY automake-ch6-du "7.9 MB">
  • patches.ent

    r08d48c5 rec66ac7  
    22
    33<!-- Start of Common Patches -->
    4 
    5 <!ENTITY automake-test-patch "automake-&automake-version;-test_fix-1.patch">
    6 <!ENTITY automake-test-patch-md5 "58f56fad6fbbcbc3b193761487d8e573">
    7 <!ENTITY automake-test-patch-size "1.2 KB">
    8 
    94
    105<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-2.patch">
Note: See TracChangeset for help on using the changeset viewer.