<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>ninxit.blog &#187; Autotools</title>
	<atom:link href="http://www.ninxit.com/blog/category/autotools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ninxit.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 12:38:17 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.ninxit.com/blog/category/autotools/feed/" />
		<item>
		<title>Automake + 条件コンパイル</title>
		<link>http://www.ninxit.com/blog/2009/12/12/automake-%e6%9d%a1%e4%bb%b6%e3%82%b3%e3%83%b3%e3%83%91%e3%82%a4%e3%83%ab/</link>
		<comments>http://www.ninxit.com/blog/2009/12/12/automake-%e6%9d%a1%e4%bb%b6%e3%82%b3%e3%83%b3%e3%83%91%e3%82%a4%e3%83%ab/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 07:44:26 +0000</pubDate>
		<dc:creator>utahta</dc:creator>
				<category><![CDATA[Autotools]]></category>
		<category><![CDATA[autotools]]></category>

		<guid isPermaLink="false">http://www.ninxit.com/blog/?p=1843</guid>
		<description><![CDATA[条件コンパイルを試したメモ。 ある条件のときに、特定のソースコードをコンパイルから除外 or 包含する。 libevent の configure を参考にしました。 通信システム(select, poll, epoll <a href='http://www.ninxit.com/blog/2009/12/12/automake-%e6%9d%a1%e4%bb%b6%e3%82%b3%e3%83%b3%e3%83%91%e3%82%a4%e3%83%ab/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.ninxit.com/blog/2009/12/12/automake-%e6%9d%a1%e4%bb%b6%e3%82%b3%e3%83%b3%e3%83%91%e3%82%a4%e3%83%ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.ninxit.com/blog/2009/12/12/automake-%e6%9d%a1%e4%bb%b6%e3%82%b3%e3%83%b3%e3%83%91%e3%82%a4%e3%83%ab/" />
	</item>
		<item>
		<title>autotools + with-mysql</title>
		<link>http://www.ninxit.com/blog/2008/06/10/autotools-with-mysql/</link>
		<comments>http://www.ninxit.com/blog/2008/06/10/autotools-with-mysql/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 14:11:38 +0000</pubDate>
		<dc:creator>utahta</dc:creator>
				<category><![CDATA[Autotools]]></category>

		<guid isPermaLink="false">http://localhost/www/wordpress/?p=774</guid>
		<description><![CDATA[書くと言いつつだいぶサボっていた autotools のメモ。 今回は、&#8211;with-mysql の付け方をメモ。 サンプルとして書いたコードが以下のもの。 #include &#60;stdio.h&#62; # <a href='http://www.ninxit.com/blog/2008/06/10/autotools-with-mysql/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.ninxit.com/blog/2008/06/10/autotools-with-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.ninxit.com/blog/2008/06/10/autotools-with-mysql/" />
	</item>
		<item>
		<title>autotools + config.nice</title>
		<link>http://www.ninxit.com/blog/2008/06/02/autotools-confignice/</link>
		<comments>http://www.ninxit.com/blog/2008/06/02/autotools-confignice/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 14:30:24 +0000</pubDate>
		<dc:creator>utahta</dc:creator>
				<category><![CDATA[Autotools]]></category>

		<guid isPermaLink="false">http://localhost/www/wordpress/?p=776</guid>
		<description><![CDATA[autotools のメモ２ configure.in に ./configure [引数] コマンドを記録する処理を加えた。 以下のコードを configure.in に追加 configure.in #------- <a href='http://www.ninxit.com/blog/2008/06/02/autotools-confignice/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.ninxit.com/blog/2008/06/02/autotools-confignice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.ninxit.com/blog/2008/06/02/autotools-confignice/" />
	</item>
		<item>
		<title>autotools + 使い方</title>
		<link>http://www.ninxit.com/blog/2008/06/01/autotools-%e4%bd%bf%e3%81%84%e6%96%b9/</link>
		<comments>http://www.ninxit.com/blog/2008/06/01/autotools-%e4%bd%bf%e3%81%84%e6%96%b9/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 14:43:59 +0000</pubDate>
		<dc:creator>utahta</dc:creator>
				<category><![CDATA[Autotools]]></category>

		<guid isPermaLink="false">http://localhost/www/wordpress/?p=780</guid>
		<description><![CDATA[autotools + 使い方 autotools の基本的な使い方をざっくばらんにメモ。 テスト用のディレクトリを作成する $ mkdir autotool $ cd autotool 適当にソースコードを記述する $ <a href='http://www.ninxit.com/blog/2008/06/01/autotools-%e4%bd%bf%e3%81%84%e6%96%b9/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.ninxit.com/blog/2008/06/01/autotools-%e4%bd%bf%e3%81%84%e6%96%b9/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.ninxit.com/blog/2008/06/01/autotools-%e4%bd%bf%e3%81%84%e6%96%b9/" />
	</item>
	</channel>
</rss>

