Author: ken
Date: 2012-06-23 15:15:16 -0600 (Sat, 23 Jun 2012)
New Revision: 10353
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/agg.xml
Log:
Fix agg for automake-2.12, found at gentoo.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-06-23 16:56:13 UTC
(rev 10352)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-06-23 21:15:16 UTC
(rev 10353)
@@ -74,6 +74,9 @@
<listitem>
<para>[krejzi] - Vala 0.16.1.</para>
</listitem>
+ <listitem>
+ <para>[ken] - fix agg-2.5 for automake-1.12.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/x/lib/agg.xml
===================================================================
--- trunk/BOOK/x/lib/agg.xml 2012-06-23 16:56:13 UTC (rev 10352)
+++ trunk/BOOK/x/lib/agg.xml 2012-06-23 21:15:16 UTC (rev 10353)
@@ -95,6 +95,7 @@
</para>
<screen><userinput>sed -i 's: -L@x_libraries@::' src/platform/X11/Makefile.am
&&
+sed -i '/^AM_C_PROTOTYPES/d' configure.in &&
bash autogen.sh --prefix=/usr --disable-static &&
make</userinput></screen>
@@ -119,6 +120,11 @@
</para>
<para>
+ <command>sed -i '/^AM_C_PROTOTYPES/d' configure.in</command>: this fixes
+ reconfiguring with the current version of <command>automake</command>.
+ </para>
+
+ <para>
<command>bash autogen.sh</command>: This script uses autotools to create
the configure script, then it runs configure with the given arguments.
</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page