aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/automake.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-06-22 02:53:21 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-06-22 02:53:21 +0000
commitd76a82b22f2ead190d6382c758f948c18d921d17 (patch)
tree86c9bdc24679ffa305fec2a3e4b580d8c14c7126 /chapter06/automake.xml
parent98d90032d07f4588d29e2c7f6619f77d312ffa57 (diff)
Update to automake-1.15.1.
Update to expat-2.2.1. Update to psmisc-23.1. Update to linux-4.11.5. Remove unneeded library check in host requirements. Fix typos in acl and sed pages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r--chapter06/automake.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml
index 8816e2358..996592f80 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -41,10 +41,6 @@
<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>
@@ -62,7 +58,7 @@
<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &amp;:" t/lex-{clean,depend}-cxx.sh
make -j4 check</userinput></screen>
- <para>Four tests are known to fail.</para>
+ <para>Three tests are known to fail in the LFS environment.</para>
<para>Install the package:</para>