diff options
Diffstat (limited to 'chapter06/pkg-config.xml')
-rw-r--r-- | chapter06/pkg-config.xml | 6 |
1 files changed, 0 insertions, 6 deletions
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> |