aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/automake.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-07-12 23:05:15 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-07-12 23:05:15 +0000
commitbe1de8ee9927be31c3b400ebcfec764c97cf571d (patch)
tree930fdf91203b8a768f663a3cbf1455a1d578dd61 /chapter06/automake.xml
parent0aa478257ae7bc6c73d3e1a26dec4495e6996e6b (diff)
Update to iproute2-4.1.1.
Update to file-5.24. Update to linux-4.1.2. Update to gettext-0.19.5. Fix a warning in the installed automake perl script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10925 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 9c8132d2b..761755018 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of Automake</title>
+ <para>First fix a warning that is caused by perl-5.22 and later:</para>
+
+<screen><userinput remap="pre">sed -i 's:/\\\${:/\\\$\\{:' bin/automake.in</userinput></screen>
+
<para>Prepare Automake for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>