Changeset 6f2cc22


Ignore:
Timestamp:
12/07/2008 11:37:24 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:
e623c90
Parents:
4e82d47
Message:

Upgrade to Automake-1.10.2. Fixes #2286.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4e82d47 r6f2cc22  
    3737
    3838-->
     39
     40    <listitem>
     41      <para>2008-12-06</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[matthew] - Upgraded to Automake-1.10.2.  Fixes #2286.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
    3949    <listitem>
    4050      <para>2008-12-04</para>
  • chapter01/whatsnew.xml

    r4e82d47 r6f2cc22  
    2424
    2525
    26     <listitem>
    27       <para>None yet</para>
    28     </listitem>
    29 
    3026    <!--<listitem>
    3127      <para>Autoconf &autoconf-version;</para>
    3228    </listitem>-->
    33     <!--<listitem>
     29    <listitem>
    3430      <para>Automake &automake-version;</para>
    35     </listitem>-->
     31    </listitem>
    3632    <!--<listitem>
    3733      <para>Bash &bash-version;</para>
     
    223219
    224220    <listitem>
    225       <para>None yet</para>
     221      <para>automake-1.10.1-test_fix-1.patch</para>
    226222    </listitem>
    227223
  • chapter03/patches.xml

    r4e82d47 r6f2cc22  
    2020
    2121    <varlistentry>
    22       <term>Automake Test Suite 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>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
    3123      <listitem>
  • chapter06/automake.xml

    r4e82d47 r6f2cc22  
    4141  <sect2 role="installation">
    4242    <title>Installation of Automake</title>
    43 
    44     <para>Patch a test in the Automake test suite to fix an issue that occurs
    45     when running the tests as <systemitem class="username">root</systemitem>:
    46     </para>
    47 
    48 <screen><userinput remap="pre">patch -Np1 -i ../&automake-test-patch;</userinput></screen>
    4943
    5044    <para>Prepare Automake for compilation:</para>
  • general.ent

    r4e82d47 r6f2cc22  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20081204">
    3 <!ENTITY releasedate "December 4, 2008">
     2<!ENTITY version "SVN-20081206">
     3<!ENTITY releasedate "December 6, 2008">
    44<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone "7.0">
  • packages.ent

    r4e82d47 r6f2cc22  
    1616<!ENTITY autoconf-ch6-sbu "less than 0.1 SBU">
    1717
    18 <!ENTITY automake-version "1.10.1">
    19 <!ENTITY automake-size "897 KB">
     18<!ENTITY automake-version "1.10.2">
     19<!ENTITY automake-size "914 KB">
    2020<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.bz2">
    21 <!ENTITY automake-md5 "4510391e6b3edaa4cffb3ced87c9560c">
     21<!ENTITY automake-md5 "1498208ab1c8393dcbd9afb7d06df6d5">
    2222<!ENTITY automake-home "&gnu-software;automake/">
    2323<!ENTITY automake-ch6-du "7.9 MB">
  • patches.ent

    r4e82d47 r6f2cc22  
    22
    33<!-- Start of Common Patches -->
    4 <!ENTITY automake-test-patch "automake-&automake-version;-test_fix-1.patch">
    5 <!ENTITY automake-test-patch-md5 "4d8aa269951bb3cd876d2bb663cb04cc">
    6 <!ENTITY automake-test-patch-size "3 KB">
    7 
    8 
    94<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-8.patch">
    105<!ENTITY bash-fixes-patch-md5 "7729e8bb1adb57c8d3c4c3a34a5bbab0">
Note: See TracChangeset for help on using the changeset viewer.