mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Upgrade to Automake-1.10.2. Fixes #2286.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8756 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4e82d4787a
commit
6f2cc22cf3
@ -36,6 +36,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2008-12-06</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgraded to Automake-1.10.2. Fixes #2286.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2008-12-04</para>
|
||||
<itemizedlist>
|
||||
|
@ -23,16 +23,12 @@
|
||||
<title>Upgraded to:</title>
|
||||
|
||||
|
||||
<listitem>
|
||||
<para>None yet</para>
|
||||
</listitem>
|
||||
|
||||
<!--<listitem>
|
||||
<para>Autoconf &autoconf-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Automake &automake-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Bash &bash-version;</para>
|
||||
</listitem>-->
|
||||
@ -222,7 +218,7 @@
|
||||
<title>Removed:</title>
|
||||
|
||||
<listitem>
|
||||
<para>None yet</para>
|
||||
<para>automake-1.10.1-test_fix-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
@ -18,14 +18,6 @@
|
||||
|
||||
<variablelist role="materials">
|
||||
|
||||
<varlistentry>
|
||||
<term>Automake Test Suite Patch - <token>&automake-test-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&automake-test-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&automake-test-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -41,12 +41,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Automake</title>
|
||||
|
||||
<para>Patch a test in the Automake test suite to fix an issue that occurs
|
||||
when running the tests as <systemitem class="username">root</systemitem>:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&automake-test-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Automake for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20081204">
|
||||
<!ENTITY releasedate "December 4, 2008">
|
||||
<!ENTITY version "SVN-20081206">
|
||||
<!ENTITY releasedate "December 6, 2008">
|
||||
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.0">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -15,10 +15,10 @@
|
||||
<!ENTITY autoconf-ch6-du "14.3 MB testsuite included">
|
||||
<!ENTITY autoconf-ch6-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY automake-version "1.10.1">
|
||||
<!ENTITY automake-size "897 KB">
|
||||
<!ENTITY automake-version "1.10.2">
|
||||
<!ENTITY automake-size "914 KB">
|
||||
<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.bz2">
|
||||
<!ENTITY automake-md5 "4510391e6b3edaa4cffb3ced87c9560c">
|
||||
<!ENTITY automake-md5 "1498208ab1c8393dcbd9afb7d06df6d5">
|
||||
<!ENTITY automake-home "&gnu-software;automake/">
|
||||
<!ENTITY automake-ch6-du "7.9 MB">
|
||||
<!ENTITY automake-ch6-sbu "less than 0.1 SBU">
|
||||
|
@ -1,11 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<!-- Start of Common Patches -->
|
||||
<!ENTITY automake-test-patch "automake-&automake-version;-test_fix-1.patch">
|
||||
<!ENTITY automake-test-patch-md5 "4d8aa269951bb3cd876d2bb663cb04cc">
|
||||
<!ENTITY automake-test-patch-size "3 KB">
|
||||
|
||||
|
||||
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-8.patch">
|
||||
<!ENTITY bash-fixes-patch-md5 "7729e8bb1adb57c8d3c4c3a34a5bbab0">
|
||||
<!ENTITY bash-fixes-patch-size "66 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user