Make intltool-update shut up.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10927 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Krejzi 2015-07-23 12:03:25 +00:00
parent 9f3584a0f4
commit b6c14ed040
3 changed files with 16 additions and 2 deletions

View File

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

View File

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

View File

@ -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}]" -->