mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Update to automake-1.14.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10429 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
357f6f8a44
commit
bbd46c6774
@ -38,6 +38,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2013-12-29</para>
|
<para>2013-12-29</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to automake-1.14.1. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;3458">#3458</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Update readline patch to upstream level. Fixes
|
<para>[bdubbs] - Update readline patch to upstream level. Fixes
|
||||||
<ulink url="&lfs-ticket-root;3461">#3461</ulink>.</para>
|
<ulink url="&lfs-ticket-root;3461">#3461</ulink>.</para>
|
||||||
|
@ -28,9 +28,9 @@
|
|||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Autoconf &autoconf-version;</para>
|
<para>Autoconf &autoconf-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>Automake &automake-version;</para>
|
<para>Automake &automake-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Bash &bash-version;</para>
|
<para>Bash &bash-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
@ -235,6 +235,10 @@
|
|||||||
<title>Removed:</title>
|
<title>Removed:</title>
|
||||||
<listitem><para></para></listitem> <!-- satisfy build -->
|
<listitem><para></para></listitem> <!-- satisfy build -->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>automake-1.14-test-1.patch</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>readline-6.2-fixes-1.patch</para>
|
<para>readline-6.2-fixes-1.patch</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -18,14 +18,6 @@
|
|||||||
|
|
||||||
<variablelist role="materials">
|
<variablelist role="materials">
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term>Automake Test Fix 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>
|
<varlistentry>
|
||||||
<term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
|
<term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -41,10 +41,6 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Automake</title>
|
<title>Installation of Automake</title>
|
||||||
|
|
||||||
<para>Fix an intermittent test failure:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&automake-test-patch;</userinput></screen>
|
|
||||||
|
|
||||||
<para>Prepare Automake for compilation:</para>
|
<para>Prepare Automake for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
|
||||||
|
@ -15,11 +15,11 @@
|
|||||||
<!ENTITY autoconf-ch6-du "17.1 MB">
|
<!ENTITY autoconf-ch6-du "17.1 MB">
|
||||||
<!ENTITY autoconf-ch6-sbu "4.5 SBU">
|
<!ENTITY autoconf-ch6-sbu "4.5 SBU">
|
||||||
|
|
||||||
<!ENTITY automake-version "1.14">
|
<!ENTITY automake-version "1.14.1">
|
||||||
<!ENTITY am-minor-version "1.14">
|
<!ENTITY am-minor-version "1.14">
|
||||||
<!ENTITY automake-size "1,452 KB">
|
<!ENTITY automake-size "1,456 KB">
|
||||||
<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz">
|
<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz">
|
||||||
<!ENTITY automake-md5 "cb3fba6d631cddf12e230fd0cc1890df">
|
<!ENTITY automake-md5 "7fc29854c520f56b07aa232a0f880292">
|
||||||
<!ENTITY automake-home "&gnu-software;automake/">
|
<!ENTITY automake-home "&gnu-software;automake/">
|
||||||
<!ENTITY automake-ch6-du "100 MB">
|
<!ENTITY automake-ch6-du "100 MB">
|
||||||
<!ENTITY automake-ch6-sbu "less than 0.1 SBU (34.1 SBU with tests)">
|
<!ENTITY automake-ch6-sbu "less than 0.1 SBU (34.1 SBU with tests)">
|
||||||
|
@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
<!-- Start of Common Patches -->
|
<!-- Start of Common Patches -->
|
||||||
|
|
||||||
<!ENTITY automake-test-patch "automake-&automake-version;-test-1.patch">
|
|
||||||
<!ENTITY automake-test-patch-md5 "1bc501443baee55bca4d6552ed18a757">
|
|
||||||
<!ENTITY automake-test-patch-size "2.5 KB">
|
|
||||||
|
|
||||||
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-12.patch">
|
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-12.patch">
|
||||||
<!ENTITY bash-fixes-patch-md5 "419f95c173596aea47a23d922598977a">
|
<!ENTITY bash-fixes-patch-md5 "419f95c173596aea47a23d922598977a">
|
||||||
<!ENTITY bash-fixes-patch-size "56 KB">
|
<!ENTITY bash-fixes-patch-size "56 KB">
|
||||||
|
Loading…
Reference in New Issue
Block a user