aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/pkg-config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/pkg-config.xml')
-rw-r--r--chapter06/pkg-config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/pkg-config.xml b/chapter06/pkg-config.xml
index ceb9581cf..4dd4f36ea 100644
--- a/chapter06/pkg-config.xml
+++ b/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>