Re: [PHP-DEV] Re: Latest phpize.in change screws up shared extensions on Mac OS X

2005-01-25 Thread Jani Taskinen
Good enough explanation. Fixed in CVS. --Jani On Mon, 24 Jan 2005, Andrei Zmievski wrote: PHP-GTK uses a lot of external macros though its extensions, such as AM_PATH_GLIB_2_0(), AM_PATH_GTK_2_0(), and others. Those are contained in .m4 files located in aclocal's share directory and witho

Re: [PHP-DEV] Re: Latest phpize.in change screws up shared extensions on Mac OS X

2005-01-24 Thread Andrei Zmievski
PHP-GTK uses a lot of external macros though its extensions, such as AM_PATH_GLIB_2_0(), AM_PATH_GTK_2_0(), and others. Those are contained in .m4 files located in aclocal's share directory and without running aclocal the configuration process fails, since those macros are external. -Andrei On

Re: [PHP-DEV] Re: Latest phpize.in change screws up shared extensions on Mac OS X

2005-01-22 Thread Jani Taskinen
Care to elaborate a bit? Exactly WHAT macros you use? --Jani On Thu, 20 Jan 2005, Andrei Zmievski wrote: 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 i