1
0
Prechádzať zdrojové kódy

Upgrade to Automake-1.12.2. Fixes #3134.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9904 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 13 rokov pred
rodič
commit
8c4af267f5
3 zmenil súbory, kde vykonal 12 pridanie a 3 odobranie
  1. 4 0
      chapter01/changelog.xml
  2. 5 0
      chapter06/automake.xml
  3. 3 3
      packages.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2012-07-13</para>
       <itemizedlist>
+         <listitem>
+           <para>[matthew] - Upgrade to Automake-1.12.2. Fixes
+           <ulink url="&lfs-ticket-root;3134">#3134</ulink>.</para>
+         </listitem>
          <listitem>
            <para>[matthew] - Upgrade to MPFR-3.1.1. Fixes
            <ulink url="&lfs-ticket-root;3133">#3133</ulink>.</para>

+ 5 - 0
chapter06/automake.xml

@@ -41,6 +41,11 @@
   <sect2 role="installation">
     <title>Installation of Automake</title>
 
+    <para>Fix a bug in the testsuite that can cause one of the tests to fail
+    intermittently:</para>
+
+<screen><userinput remap="pre">sed -i -e '/$ACLOCAL/i$sleep' t/aclocal7.sh</userinput></screen>
+
     <para>Prepare Automake for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>

+ 3 - 3
packages.ent

@@ -15,11 +15,11 @@
 <!ENTITY autoconf-ch6-du "12.4 MB">
 <!ENTITY autoconf-ch6-sbu "4.8 SBU">
 
-<!ENTITY automake-version "1.12.1">
+<!ENTITY automake-version "1.12.2">
 <!ENTITY am-minor-version "1.12">
-<!ENTITY automake-size "1,321 KB">
+<!ENTITY automake-size "1,336 KB">
 <!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz">
-<!ENTITY automake-md5 "036d79de6e443e02aec2be1df2b4f0ac">
+<!ENTITY automake-md5 "56c3ab38a5ed8f2b825341b4e007372a">
 <!ENTITY automake-home "&gnu-software;automake/">
 <!ENTITY automake-ch6-du "28.8 MB">
 <!ENTITY automake-ch6-sbu "less than 0.1 SBU (without tests)">