diff options
Diffstat (limited to 'chapter06/intltool.xml')
-rw-r--r-- | chapter06/intltool.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/intltool.xml b/chapter06/intltool.xml index af71ca422..9e9ebad20 100644 --- a/chapter06/intltool.xml +++ b/chapter06/intltool.xml @@ -41,6 +41,10 @@ <sect2 role="installation"> <title>Installation of Intltool</title> + <para>First fix a warning that is caused by perl-5.22 and later:</para> + +<screen><userinput remap="pre">sed -i 's:\\\${:\\\$\\{:' intltool-update.in</userinput></screen> + <para>Prepare Intltool for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |