Author: bdubbs
Date: 2010-09-03 11:59:22 -0600 (Fri, 03 Sep 2010)
New Revision: 9370
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/pkg-config.xml
trunk/BOOK/general.ent
Log:
Add sed to stop underquoting an M4 script in pkg-config
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-09-01 00:09:48 UTC (rev 9369)
+++ trunk/BOOK/chapter01/changelog.xml 2010-09-03 17:59:22 UTC (rev 9370)
@@ -37,6 +37,17 @@
-->
<listitem>
+ <para>2010-09-03</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Add sed to stop underquoting an M4 script
+ in pkg-config. Fixes
+ <ulink url="&lfs-ticket-root;2746">#2746</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2010-08-31</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/pkg-config.xml
===================================================================
--- trunk/BOOK/chapter06/pkg-config.xml 2010-09-01 00:09:48 UTC (rev 9369)
+++ trunk/BOOK/chapter06/pkg-config.xml 2010-09-03 17:59:22 UTC (rev 9370)
@@ -42,6 +42,12 @@
<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>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-09-01 00:09:48 UTC (rev 9369)
+++ trunk/BOOK/general.ent 2010-09-03 17:59:22 UTC (rev 9370)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100831">
-<!ENTITY releasedate "August 31, 2010">
+<!ENTITY version "SVN-20100903">
+<!ENTITY releasedate "September 3, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "6.7">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page