aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/autoconf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/autoconf.xml')
-rw-r--r--chapter06/autoconf.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml
index 97fc0daa6..c4990b8e2 100644
--- a/chapter06/autoconf.xml
+++ b/chapter06/autoconf.xml
@@ -41,6 +41,11 @@
<sect2 role="installation">
<title>Installation of Autoconf</title>
+ <para>Fix an underquoting bug in Autoconf that causes the regeneration of
+ configuration scripts of some packages outside of LFS to fail:</para>
+
+<screen><userinput remap="pre">sed -i -e 's/])m4_defun/[]&amp;/' lib/m4sugar/m4sugar.m4</userinput></screen>
+
<para>Prepare Autoconf for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>