aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/autoconf.xml
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2018-11-21 19:22:28 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2018-11-21 19:22:28 +0000
commit31bf7e7f074b6c075977ba921623af69a1651ce5 (patch)
tree1fe61ce7caaf28135ed1c9eed5fe073fcc2e0de8 /chapter06/autoconf.xml
parentc4a60b707a50c3e9be6e5ee7db4c6b1fb8cf8595 (diff)
Update to elfutils-0.175
Update to tcl-8.6.9 Update to openssl-1.1.1a Update to linux-4.19.3 Update to systemd-239-25d1ba1 Add 'wheel' group to /etc/groups for systemd Add a sed to fix a test in autoconf git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/autoconf.xml')
-rw-r--r--chapter06/autoconf.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml
index f7af4d173..d90c1b731 100644
--- a/chapter06/autoconf.xml
+++ b/chapter06/autoconf.xml
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of Autoconf</title>
+ <para>First, fix a bug generated by Perl 5.28.</para>
+
+<screen><userinput remap="pre">sed '361 s/{/\\{/' -i bin/autoscan.in</userinput></screen>
+
<para>Prepare Autoconf for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>