aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/automake.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-05-30 19:33:53 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-05-30 19:33:53 +0000
commitd4b904a4182c02cbed43e5cd06d0463253c4f26a (patch)
tree240dba7e3d191326b420f990f1624e8d3cd38d6d /chapter06/automake.xml
parent31e10313504e7ffd9dac529a2ab0fdb987a32151 (diff)
Upgrade to Perl-5.16.0. Fixes #3094.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r--chapter06/automake.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml
index 9458c6647..4786c44c9 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of Automake</title>
+ <para>Apply a patch to fix an incomatibility between Automake-&automake-version; and Perl-&perl-version;:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&automake-perl_fix-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>