Jani,
What was the reasoning behind the 1.15->1.16 patch for phpize.in? Your
comments say:
- Changed phpize not to require automake and libtool.
- Fixed build system to always use bundled libtool files.
This had an unfortunate effect of building shared extensions on Mac OS
X as .dylib shared lib
Also, you removed calls to aclocal which presents yet another problem.
My shared extension uses external aclocal macros and since aclocal is
not run, it cannot locate and bundle them into aclocal.m4. Please fix.
-Andrei
On Jan 20, 2005, at 11:16 AM, Andrei Zmievski wrote:
Jani,
What was the reas