1
0
Quellcode durchsuchen

Add sed to stop underquoting an M4 script in pkg-config

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs vor 15 Jahren
Ursprung
Commit
7fa322a1d3
3 geänderte Dateien mit 19 neuen und 2 gelöschten Zeilen
  1. 11 0
      chapter01/changelog.xml
  2. 6 0
      chapter06/pkg-config.xml
  3. 2 2
      general.ent

+ 11 - 0
chapter01/changelog.xml

@@ -36,6 +36,17 @@
     </listitem>
 
 -->
+    <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>

+ 6 - 0
chapter06/pkg-config.xml

@@ -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>

+ 2 - 2
general.ent

@@ -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 &ndash; -->
 <!ENTITY milestone "6.7">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->