aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/autoconf.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-12-14 21:45:13 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-12-14 21:45:13 +0000
commite8bdec57fa3f57f6f8e1a57f4cb1054866526286 (patch)
tree1b66257c4db9faba0530db1c65890d8bfb064fcc /chapter08/autoconf.xml
parentf82ef4995ecd7bdfc6d850efc30ddab0df22f016 (diff)
Update to libcap-2.46.
Update to bc-3.2.4. Update to autoconf-2.70. Update to openssl-1.1.1i. Update to Python3-3.9.1. Update to linux-5.9.14. Update to bash-5.1 and readline-8.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12069 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/autoconf.xml')
-rw-r--r--chapter08/autoconf.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml
index 22e0a1002..23fdf1b75 100644
--- a/chapter08/autoconf.xml
+++ b/chapter08/autoconf.xml
@@ -40,12 +40,12 @@
<sect2 role="installation">
<title>Installation of Autoconf</title>
-
+<!--
<para>First, apply a patch fixes several problems that occur with the latest
perl, libtool, and bash versions.</para>
<screen><userinput remap="pre">patch -Np1 -i ../&autoconf-fixes-patch;</userinput></screen>
-
+-->
<para>Prepare Autoconf for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>