fix SoundTouch for current automake

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11398 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2013-07-14 11:23:17 +00:00
parent b56c421c91
commit f976337680
2 changed files with 17 additions and 2 deletions

View File

@ -46,6 +46,9 @@
<listitem>
<para>July 14th, 2013</para>
<itemizedlist>
<listitem>
<para>[ken] - Fixed SoundTouch for recent Automake.</para>
</listitem>
<listitem>
<para>[igor] - lcms2-2.5.</para>
</listitem>

View File

@ -35,7 +35,7 @@
rate parameters independently from each other.
</para>
&lfs72_checked;
&lfs73_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -84,7 +84,8 @@
commands:
</para>
<screen><userinput>./bootstrap &amp;&amp;
<screen><userinput>sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac &amp;&amp;
./bootstrap &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
@ -99,6 +100,17 @@ make</userinput></screen>
<screen role="root"><userinput>make pkgdocdir=/usr/share/doc/soundtouch-&soundtouch-version; install </userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g"
-i configure.ac</command>: This sed fixes some issues with
<application>Automake</application> 1.13 and later.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>