<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Any autotools geniuses out there?</title>
	<atom:link href="http://blogs.gnome.org/metacity/2009/01/21/any-autotools-geniuses-out-there/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/metacity/2009/01/21/any-autotools-geniuses-out-there/</link>
	<description>"Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios."</description>
	<lastBuildDate>Sun, 26 Sep 2010 15:08:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andreas Dalsgaard</title>
		<link>http://blogs.gnome.org/metacity/2009/01/21/any-autotools-geniuses-out-there/comment-page-1/#comment-680</link>
		<dc:creator>Andreas Dalsgaard</dc:creator>
		<pubDate>Thu, 22 Jan 2009 11:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/metacity/?p=264#comment-680</guid>
		<description>In configure.in replace:
AM_CONDITIONAL(BUILD_TESTS, test x$build_tests = xyes)
with:
AM_CONDITIONAL(BUILD_TESTS, test x$enable_veracity = xyes)
and run ./configure --enable-veracity</description>
		<content:encoded><![CDATA[<p>In configure.in replace:<br />
AM_CONDITIONAL(BUILD_TESTS, test x$build_tests = xyes)<br />
with:<br />
AM_CONDITIONAL(BUILD_TESTS, test x$enable_veracity = xyes)<br />
and run ./configure &#8211;enable-veracity</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Dalsgaard</title>
		<link>http://blogs.gnome.org/metacity/2009/01/21/any-autotools-geniuses-out-there/comment-page-1/#comment-679</link>
		<dc:creator>Andreas Dalsgaard</dc:creator>
		<pubDate>Thu, 22 Jan 2009 08:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/metacity/?p=264#comment-679</guid>
		<description>apply the following patch and run ./configure --enable-veracity

Index: configure.in
===================================================================
--- configure.in	(revision 4083)
+++ configure.in	(working copy)
@@ -252,7 +252,7 @@
 else
   use_veracity=no
 fi
-AM_CONDITIONAL(BUILD_TESTS, test x$build_tests = xyes)
+AM_CONDITIONAL(BUILD_TESTS, test x$enable_veracity = xyes)
 
 ## if no compositor, still possibly enable render
 if test x$have_xcomposite = xno; then</description>
		<content:encoded><![CDATA[<p>apply the following patch and run ./configure &#8211;enable-veracity</p>
<p>Index: configure.in<br />
===================================================================<br />
&#8212; configure.in	(revision 4083)<br />
+++ configure.in	(working copy)<br />
@@ -252,7 +252,7 @@<br />
 else<br />
   use_veracity=no<br />
 fi<br />
-AM_CONDITIONAL(BUILD_TESTS, test x$build_tests = xyes)<br />
+AM_CONDITIONAL(BUILD_TESTS, test x$enable_veracity = xyes)</p>
<p> ## if no compositor, still possibly enable render<br />
 if test x$have_xcomposite = xno; then</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/metacity/2009/01/21/any-autotools-geniuses-out-there/feed/ ) in 0.17823 seconds, on Feb 10th, 2012 at 10:50 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 11:50 pm UTC -->
