Author: ken
Date: Sun Jul 14 04:23:17 2013
New Revision: 11398

Log:
fix SoundTouch for current automake

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/soundtouch.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Jul 14 04:00:36 
2013        (r11397)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Jul 14 04:23:17 
2013        (r11398)
@@ -47,6 +47,9 @@
       <para>July 14th, 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Fixed SoundTouch for recent Automake.</para>
+        </listitem>
+        <listitem>
           <para>[igor] - lcms2-2.5.</para>
         </listitem>
         <listitem>

Modified: trunk/BOOK/multimedia/libdriv/soundtouch.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/soundtouch.xml        Sun Jul 14 04:00:36 
2013        (r11397)
+++ trunk/BOOK/multimedia/libdriv/soundtouch.xml        Sun Jul 14 04:23:17 
2013        (r11398)
@@ -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 @@
 <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>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to