aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2015-07-23 12:03:25 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2015-07-23 12:03:25 +0000
commitb6c14ed0404d8d28a0648c33f7b1c4faf6409546 (patch)
treed2fefb2767bca923f6fb1e1f797a857eea2a3a3a
parent9f3584a0f4fae757c9ef1b4be5c2560bbd8e725a (diff)
Make intltool-update shut up.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10927 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/intltool.xml4
-rw-r--r--general.ent4
3 files changed, 16 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 4b74954fd..ecccebe45 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2015-07-23</para>
+ <itemizedlist>
+ <listitem>
+ <para>[krejzi] - Fixed a warning in the intltool-update
+ perl script caused by perl-5.22.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2015-07-16</para>
<itemizedlist>
<listitem>
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>
diff --git a/general.ent b/general.ent
index 3dbbc7ad2..686018710 100644
--- a/general.ent
+++ b/general.ent
@@ -1,7 +1,7 @@
-<!ENTITY version "SVN-20150716">
+<!ENTITY version "SVN-20150723">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
but not -rc releases -->
-<!ENTITY releasedate "July 16, 2015">
+<!ENTITY releasedate "July 23, 2015">
<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.8">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->