<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/buildconf, branch php-4.0b4</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>Integration of -ng changes. Changes:</title>
<updated>1999-12-30T02:59:53+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>1999-12-30T02:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f2f8d38efa3ccbaa05affaf8fcab24786ef452de'/>
<id>f2f8d38efa3ccbaa05affaf8fcab24786ef452de</id>
<content type='text'>
- added support for externally built modules,
- improved support for in-tree shared modules,
- fixed diversion bugs,
- configure displays some informative messages,
- faster static build
  (libtool isn't used anymore for compiling non-PIC objects),
- dependencies comparable to automake's without requiring GNU make or GCC,
- working make clean for non-GNU makes.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added support for externally built modules,
- improved support for in-tree shared modules,
- fixed diversion bugs,
- configure displays some informative messages,
- faster static build
  (libtool isn't used anymore for compiling non-PIC objects),
- dependencies comparable to automake's without requiring GNU make or GCC,
- working make clean for non-GNU makes.

</pre>
</div>
</content>
</entry>
<entry>
<title>Let user override default setting of ``make''</title>
<updated>1999-12-02T02:14:06+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>1999-12-02T02:14:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=117d6a415122f6727981f9801d74a9d79ae1f7f3'/>
<id>117d6a415122f6727981f9801d74a9d79ae1f7f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some more redundant checks.  buildconf is not but a simple wrapper</title>
<updated>1999-11-29T10:22:34+00:00</updated>
<author>
<name>Stig Bakken</name>
<email>ssb@php.net</email>
</author>
<published>1999-11-29T10:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6c6c0a630c48190df5fa47567699760054748f9a'/>
<id>6c6c0a630c48190df5fa47567699760054748f9a</id>
<content type='text'>
for build.mk &amp; co.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for build.mk &amp; co.

</pre>
</div>
</content>
</entry>
<entry>
<title>@buildconf now uses build.mk</title>
<updated>1999-11-28T22:51:50+00:00</updated>
<author>
<name>Stig Bakken</name>
<email>ssb@php.net</email>
</author>
<published>1999-11-28T22:51:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=263c6856dd973e861fa555cfa87ca5ab7be9512f'/>
<id>263c6856dd973e861fa555cfa87ca5ab7be9512f</id>
<content type='text'>
Removed redundancy in buildconf/build.mk, buildconf now runs "make -f build.mk"

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed redundancy in buildconf/build.mk, buildconf now runs "make -f build.mk"

</pre>
</div>
</content>
</entry>
<entry>
<title>Don't forget the pickle.</title>
<updated>1999-11-22T20:47:37+00:00</updated>
<author>
<name>Andrei Zmievski</name>
<email>andrei@php.net</email>
</author>
<published>1999-11-22T20:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=103b5cb285b34cdbf7cdb4453b6794ba480e6832'/>
<id>103b5cb285b34cdbf7cdb4453b6794ba480e6832</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libtool files to CVS. Advantages:</title>
<updated>1999-11-08T11:04:14+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>1999-11-08T11:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7bc251058a87ef637ed26351291b7fc140be39d2'/>
<id>7bc251058a87ef637ed26351291b7fc140be39d2</id>
<content type='text'>
- PHP-specific changes are easier to maintain
- it removes one dependency for users (i.e. GNU vs. FreeBSD ports)

I have not removed the libtool check in buildconf, since libzend/TSRM still
depend on a local version of libtool.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- PHP-specific changes are easier to maintain
- it removes one dependency for users (i.e. GNU vs. FreeBSD ports)

I have not removed the libtool check in buildconf, since libzend/TSRM still
depend on a local version of libtool.

</pre>
</div>
</content>
</entry>
<entry>
<title># Workaround needed to run automake in makedist.</title>
<updated>1999-11-04T09:34:35+00:00</updated>
<author>
<name>Stig Bakken</name>
<email>ssb@php.net</email>
</author>
<published>1999-11-04T09:34:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a4c8d7dddc7f62666ec921a3817ee8807e4067df'/>
<id>a4c8d7dddc7f62666ec921a3817ee8807e4067df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable hardcoding runpaths for more platforms and allow Solaris' patch to run</title>
<updated>1999-10-06T23:26:36+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>1999-10-06T23:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=966b87e814e52c584dfa4f4ccdedd202c4969610'/>
<id>966b87e814e52c584dfa4f4ccdedd202c4969610</id>
<content type='text'>
buildconf.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
buildconf.

</pre>
</div>
</content>
</entry>
<entry>
<title>    Ignore already applied patches.</title>
<updated>1999-10-06T19:34:36+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>1999-10-06T19:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1606365a121c36d8d2410a7d3847290da74fb113'/>
<id>1606365a121c36d8d2410a7d3847290da74fb113</id>
<content type='text'>
    If somebody could make this work on Solaris, I'd appreciate it.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    If somebody could make this work on Solaris, I'd appreciate it.

</pre>
</div>
</content>
</entry>
<entry>
<title>    Allow *.a and *.o as libtool objects, and hardcode runpaths into</title>
<updated>1999-10-06T18:58:14+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>1999-10-06T18:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b2edf87b39ffb83dff52edb7f7cd24a9402ae63a'/>
<id>b2edf87b39ffb83dff52edb7f7cd24a9402ae63a</id>
<content type='text'>
    shared libraries.

    (Both taken from FreeBSD's libtool port.)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    shared libraries.

    (Both taken from FreeBSD's libtool port.)

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