diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/autoconf.xml | 5 | ||||
-rw-r--r-- | chapter06/pkg-config.xml | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ea5431e48..ae8dfee83 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2010-09-22</para> <itemizedlist> <listitem> + <para>[matthew] Following r9370, fix the Autoconf underquoting bug in + Autoconf itself, rather than just the one affected LFS package, + Pkg-config.</para> + </listitem> + <listitem> <para>[matthew] Upgrade to Linux-2.6.35.5. Fixes <ulink url="&lfs-ticket-root;2761">#2761</ulink>.</para> </listitem> 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/[]&/' lib/m4sugar/m4sugar.m4</userinput></screen> + <para>Prepare Autoconf for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> diff --git a/chapter06/pkg-config.xml b/chapter06/pkg-config.xml index 4dd4f36ea..ceb9581cf 100644 --- a/chapter06/pkg-config.xml +++ b/chapter06/pkg-config.xml @@ -42,12 +42,6 @@ <sect2 role="installation"> <title>Installation of Pkg-config</title> - <para>First fix a problem with underquoting that shows up in later versions of - <command>autoconf</command>:</para> - -<screen><userinput remap="pre">sed -i -e 's/XT])dnl/XT])[]dnl/' \ - -e 's/\.])dnl/\.])[]dnl/' pkg.m4</userinput></screen> - <para>Prepare Pkg-config for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |