<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/ares/buildconf, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>remove the ares subtree</title>
<updated>2010-03-24T09:34:30+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2010-03-24T09:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=4259d2df7dd95637a4b1e3fb174fe5e5aef81069'/>
<id>4259d2df7dd95637a4b1e3fb174fe5e5aef81069</id>
<content type='text'>
c-ares is now hosted entirely separate from the curl project
see http://c-ares.haxx.se/ for all details concerning c-ares,
its source repository and more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
c-ares is now hosted entirely separate from the curl project
see http://c-ares.haxx.se/ for all details concerning c-ares,
its source repository and more.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove files generated on previous buildconf/configure run</title>
<updated>2009-11-15T03:47:13+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2009-11-15T03:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=0e80f0e4c49116f0291873a73e8ca2c7cbbeb216'/>
<id>0e80f0e4c49116f0291873a73e8ca2c7cbbeb216</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>when running automake copy missing files instead of symlinking them</title>
<updated>2009-06-11T17:46:12+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2009-06-11T17:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=e592da5a59f92e531f69eba142bfaa5515e17845'/>
<id>e592da5a59f92e531f69eba142bfaa5515e17845</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Brad Spencer provided changes to allow buildconf to work on OS X.</title>
<updated>2008-11-26T16:51:51+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2008-11-26T16:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a30a6f2f200d7fe9f69b182503e734f4618b4339'/>
<id>a30a6f2f200d7fe9f69b182503e734f4618b4339</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of</title>
<updated>2008-07-30T03:10:03+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2008-07-30T03:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a3498f96efd38849f0ba3063fa91db227999596a'/>
<id>a3498f96efd38849f0ba3063fa91db227999596a</id>
<content type='text'>
including our local m4/reentrant.m4 file. This even takes care of including the
file in the distribution tarball.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
including our local m4/reentrant.m4 file. This even takes care of including the
file in the distribution tarball.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4</title>
<updated>2008-07-29T02:26:21+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2008-07-29T02:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=52d9a3c34f4dbc6e9372d87a357efeb7fd6ce1ae'/>
<id>52d9a3c34f4dbc6e9372d87a357efeb7fd6ce1ae</id>
<content type='text'>
in top Makefile.am triggered a problem that prevented aclocal from running
successfully on SunOS 5.10 with GNU m4 1.4.5 and GNU Autoconf 2.61

A tarball which reproduces mentioned problem is the one dated July-28-2008
http://cool.haxx.se/curl-daily/curl-7.19.0-20080728.tar.gz

We actually don't need all the bells and whistles that the above mechanism
provides. We only need to include our m4/reentrant.m4 file in acinclude.m4
so here we go with this simpler mechanism.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in top Makefile.am triggered a problem that prevented aclocal from running
successfully on SunOS 5.10 with GNU m4 1.4.5 and GNU Autoconf 2.61

A tarball which reproduces mentioned problem is the one dated July-28-2008
http://cool.haxx.se/curl-daily/curl-7.19.0-20080728.tar.gz

We actually don't need all the bells and whistles that the above mechanism
provides. We only need to include our m4/reentrant.m4 file in acinclude.m4
so here we go with this simpler mechanism.
</pre>
</div>
</content>
</entry>
<entry>
<title>for debugging purposes show ACLOCAL_FLAGS</title>
<updated>2008-07-28T15:13:31+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2008-07-28T15:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=7634091325740ba59dcaaeffef87877d625e8df9'/>
<id>7634091325740ba59dcaaeffef87877d625e8df9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours.</title>
<updated>2008-07-27T18:10:54+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2008-07-27T18:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=c4edc25d01c436a0e1698d1aa169e4bbea673c53'/>
<id>c4edc25d01c436a0e1698d1aa169e4bbea673c53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion problem</title>
<updated>2008-07-25T13:21:14+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2008-07-25T13:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6b7e74a03045bae1403039ce9ca1c2aa3302d244'/>
<id>6b7e74a03045bae1403039ce9ca1c2aa3302d244</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Another step towards detecting if _REENTRANT is already defined or actually</title>
<updated>2008-07-24T15:20:35+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2008-07-24T15:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=8a323f835499c7b62677012128be5b4685b65f1b'/>
<id>8a323f835499c7b62677012128be5b4685b65f1b</id>
<content type='text'>
needed, and being able to define it if appropriate for further configure tests
as well as for the generated config file.

Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needed, and being able to define it if appropriate for further configure tests
as well as for the generated config file.

Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.
</pre>
</div>
</content>
</entry>
</feed>
