<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/evolution-data-server.git/acinclude.m4, branch libgdata-port</title>
<subtitle>gitlab.gnome.org: GNOME/evolution-data-server.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/'/>
<entry>
<title>Doltify</title>
<updated>2008-06-24T17:20:56+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@novell.com</email>
</author>
<published>2008-06-24T17:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=5cd4dd39fcaa8b827acced1a00844b1fac94ec28'/>
<id>5cd4dd39fcaa8b827acced1a00844b1fac94ec28</id>
<content type='text'>
2008-06-23  Jeffrey Stedfast  &lt;fejj@novell.com&gt;

	* configure.in: Doltify


svn path=/trunk/; revision=9038
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2008-06-23  Jeffrey Stedfast  &lt;fejj@novell.com&gt;

	* configure.in: Doltify


svn path=/trunk/; revision=9038
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for #336453</title>
<updated>2006-06-12T12:37:46+00:00</updated>
<author>
<name>simon.zheng</name>
<email>simon.zheng@sun.com</email>
</author>
<published>2006-06-12T12:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=5185c6369d2d84522d612bcde85229a5a4f90a71'/>
<id>5185c6369d2d84522d612bcde85229a5a4f90a71</id>
<content type='text'>
2006-06-12  simon.zheng  &lt;simon.zheng@sun.com&gt;

        Fix for #336453
        * acinclude.m4:
        * configure.in:
        Add SunLDAP library support - a variant of Netscape LDAP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-06-12  simon.zheng  &lt;simon.zheng@sun.com&gt;

        Fix for #336453
        * acinclude.m4:
        * configure.in:
        Add SunLDAP library support - a variant of Netscape LDAP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if pthread_t is an integral type (or pointer) that can be cast to a</title>
<updated>2005-09-15T08:24:26+00:00</updated>
<author>
<name>Tor Lillqvist</name>
<email>tml@novell.com</email>
</author>
<published>2005-09-15T08:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=576bcb62b3a4c820767f01ee668ef60b00130dce'/>
<id>576bcb62b3a4c820767f01ee668ef60b00130dce</id>
<content type='text'>
2005-09-15  Tor Lillqvist  &lt;tml@novell.com&gt;

	* acinclude.m4 (EVO_PTHREAD_CHECK): Check if pthread_t is an
	integral type (or pointer) that can be cast to a guint64 without
	loss of precision. If so, AC_DEFINE HAVE_GUINT64_CASTABLE_PTHREAD_T.

	* configure.in: Move the EVO_PTHREAD_CHECK call after GLIB_CFLAGS
	has been set up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2005-09-15  Tor Lillqvist  &lt;tml@novell.com&gt;

	* acinclude.m4 (EVO_PTHREAD_CHECK): Check if pthread_t is an
	integral type (or pointer) that can be cast to a guint64 without
	loss of precision. If so, AC_DEFINE HAVE_GUINT64_CASTABLE_PTHREAD_T.

	* configure.in: Move the EVO_PTHREAD_CHECK call after GLIB_CFLAGS
	has been set up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert previous EVO_LDAP_CHECK changes, aren't working as well as expceted</title>
<updated>2004-08-13T18:14:58+00:00</updated>
<author>
<name>Rodney Dawes</name>
<email>dobey@novell.com</email>
</author>
<published>2004-08-13T18:14:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=e4a4e06b8a79ea18fb294b3c7cf4a40f80815a15'/>
<id>e4a4e06b8a79ea18fb294b3c7cf4a40f80815a15</id>
<content type='text'>
2004-08-13  Rodney Dawes  &lt;dobey@novell.com&gt;

	* acinclude.m4: Revert previous EVO_LDAP_CHECK changes, aren't working
	as well as expceted and determined in testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-08-13  Rodney Dawes  &lt;dobey@novell.com&gt;

	* acinclude.m4: Revert previous EVO_LDAP_CHECK changes, aren't working
	as well as expceted and determined in testing
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove EVO_CHECK_LIB Update EVO_LDAP_CHECK to support</title>
<updated>2004-08-13T15:35:20+00:00</updated>
<author>
<name>Rodney Dawes</name>
<email>dobey@novell.com</email>
</author>
<published>2004-08-13T15:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=c75636dfd92c54be73feeb3226ba24e015919ed8'/>
<id>c75636dfd92c54be73feeb3226ba24e015919ed8</id>
<content type='text'>
2004-08-13  Rodney Dawes  &lt;dobey@novell.com&gt;

	* acinclude.m4: Remove EVO_CHECK_LIB
	Update EVO_LDAP_CHECK to support --with-openldap-{libs,includes}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-08-13  Rodney Dawes  &lt;dobey@novell.com&gt;

	* acinclude.m4: Remove EVO_CHECK_LIB
	Update EVO_LDAP_CHECK to support --with-openldap-{libs,includes}
</pre>
</div>
</content>
</entry>
<entry>
<title>minor fixes (added missing [] quotation).</title>
<updated>2004-04-21T19:19:01+00:00</updated>
<author>
<name>Tomasz Kłoczko</name>
<email>kloczek@src.gnome.org</email>
</author>
<published>2004-04-21T19:19:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=0394e4f3c4be5a39cbcdb98802c07a250873c1b9'/>
<id>0394e4f3c4be5a39cbcdb98802c07a250873c1b9</id>
<content type='text'>
* acinclude.m4: minor fixes (added missing [] quotation).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* acinclude.m4: minor fixes (added missing [] quotation).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the GTK_DOC_CHECK m4 macro here, as we need it</title>
<updated>2003-11-14T15:39:10+00:00</updated>
<author>
<name>Rodney Dawes</name>
<email>dobey@ximian.com</email>
</author>
<published>2003-11-14T15:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=2bb88915818fc6d8a4d7315a0e7e8f74584534d8'/>
<id>2bb88915818fc6d8a4d7315a0e7e8f74584534d8</id>
<content type='text'>
2003-11-14  Rodney Dawes  &lt;dobey@ximian.com&gt;

	* acinclude.m4: Add the GTK_DOC_CHECK m4 macro here, as we need it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2003-11-14  Rodney Dawes  &lt;dobey@ximian.com&gt;

	* acinclude.m4: Add the GTK_DOC_CHECK m4 macro here, as we need it
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2003-11-03T18:25:44+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@src.gnome.org</email>
</author>
<published>2003-11-03T18:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=c85a60e4e50b6a38db7297a84834cf3252d003c5'/>
<id>c85a60e4e50b6a38db7297a84834cf3252d003c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
