Correct the fix for Automake's testsuite.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9907 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2012-07-14 11:25:28 +00:00
parent ba4639d5e6
commit b8bda22c6c
3 changed files with 13 additions and 3 deletions

View File

@ -37,6 +37,16 @@
-->
<listitem>
<para>2012-07-14</para>
<itemizedlist>
<listitem>
<para>[matthew] - Correct the fix for Automake's testsuite. Thanks
to Fernando de Oliveira for the report.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2012-07-13</para>
<itemizedlist>

View File

@ -44,7 +44,7 @@
<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>
<screen><userinput remap="pre">sed -i -e '48i$sleep' t/aclocal7.sh</userinput></screen>
<para>Prepare Automake for compilation:</para>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20120713">
<!ENTITY releasedate "July 13, 2012">
<!ENTITY version "SVN-20120714">
<!ENTITY releasedate "July 14, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->