aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/autoconf.xml
diff options
context:
space:
mode:
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>