<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/build/libtool.m4, branch php-5.3.26</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>- Fix bad merge (Sorry Ilia..)</title>
<updated>2009-11-28T00:06:54+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2009-11-28T00:06:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b55675e517bc41976f68b9b6a2b01a958e98c853'/>
<id>b55675e517bc41976f68b9b6a2b01a958e98c853</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Re-fixed bug #47104 (Linking shared extensions fails with icc)</title>
<updated>2009-11-27T12:50:29+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2009-11-27T12:50:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9cfacabe5564e3acae715995d605c6cdea30db21'/>
<id>9cfacabe5564e3acae715995d605c6cdea30db21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Upgraded bundled libtool to 1.5.26</title>
<updated>2009-11-23T21:53:30+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2009-11-23T21:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5f8df17097944149d26212243f34d66249a7ac3c'/>
<id>5f8df17097944149d26212243f34d66249a7ac3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH:- Fixed bug #47104 (Linking shared extensions fails with icc)</title>
<updated>2009-01-15T14:37:25+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2009-01-15T14:37:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b32d357e7a1ceebf6f2db067b398f9e2b0888fe9'/>
<id>b32d357e7a1ceebf6f2db067b398f9e2b0888fe9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update bundled libtool to 1.5.20</title>
<updated>2005-11-29T15:58:54+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2005-11-29T15:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d61e8d63fd432f71ebf0edefcfeac34654456a0f'/>
<id>d61e8d63fd432f71ebf0edefcfeac34654456a0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Revert previous change in build/libtool.m4 and make sure</title>
<updated>2005-06-02T21:36:38+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2005-06-02T21:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2fa74dab0ecd451a5c96c1527bf04a08ab1c852f'/>
<id>2fa74dab0ecd451a5c96c1527bf04a08ab1c852f</id>
<content type='text'>
  the PATH_SEPARATOR check is only done under autoconf 2.13.
# fixes also the php-gtk buildconf probs

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  the PATH_SEPARATOR check is only done under autoconf 2.13.
# fixes also the php-gtk buildconf probs

</pre>
</div>
</content>
</entry>
<entry>
<title>- Changed the PATH_SEPARATOR check to a macro</title>
<updated>2005-05-30T06:55:20+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2005-05-30T06:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5fee97ca338cdf1bc9eb8919edc73c68841d6b48'/>
<id>5fee97ca338cdf1bc9eb8919edc73c68841d6b48</id>
<content type='text'>
- Made sure we're generating aclocal.m4 in same way with both buildconf
  and phpize.
# Bug #33177

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Made sure we're generating aclocal.m4 in same way with both buildconf
  and phpize.
# Bug #33177

</pre>
</div>
</content>
</entry>
<entry>
<title>m4 comments start with 'dnl', *not* with '#'</title>
<updated>2005-05-29T16:34:43+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2005-05-29T16:34:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=afaabbe5f7b7fd27e654c7143306ae79eb8a2eaf'/>
<id>afaabbe5f7b7fd27e654c7143306ae79eb8a2eaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update bundled libtool to 1.5.18 (latest atm)</title>
<updated>2005-05-27T13:06:06+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2005-05-27T13:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ab94914a4bef070494f5668f4679c411b5ac4db4'/>
<id>ab94914a4bef070494f5668f4679c411b5ac4db4</id>
<content type='text'>
# Fixes several issues with more exotic systems (AIX,HPUX,etc)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Fixes several issues with more exotic systems (AIX,HPUX,etc)

</pre>
</div>
</content>
</entry>
<entry>
<title>- Prevent compiling shared extensions when --enable-versioning is used</title>
<updated>2005-03-26T03:09:09+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2005-03-26T03:09:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=24eb2bfabc0b2ffa6a47a32250d869a6c62271c4'/>
<id>24eb2bfabc0b2ffa6a47a32250d869a6c62271c4</id>
<content type='text'>
- Fix -export-symbols in Linux in the bundled libtool.m4:
  o http://lists.gnu.org/archive/html/libtool/2002-07/msg00029.html
# more about this:
# http://marc.theaimsgroup.com/?l=php-dev&amp;m=106629582813118&amp;w=2

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix -export-symbols in Linux in the bundled libtool.m4:
  o http://lists.gnu.org/archive/html/libtool/2002-07/msg00029.html
# more about this:
# http://marc.theaimsgroup.com/?l=php-dev&amp;m=106629582813118&amp;w=2

</pre>
</div>
</content>
</entry>
</feed>
