Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14430 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90029 invoked by uid 1010); 25 Jan 2005 13:04:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89934 invoked from network); 25 Jan 2005 13:04:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2005 13:04:11 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:58339] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 63/5A-13914-7B346F14 for ; Tue, 25 Jan 2005 08:03:51 -0500 Received: from localhost.localdomain (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id B4370A7C39; Tue, 25 Jan 2005 15:03:47 +0200 (EET) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id j0PD3icu018097; Tue, 25 Jan 2005 15:03:44 +0200 Received: from localhost (jani@localhost) by localhost.localdomain (8.12.8/8.12.8/Submit) with ESMTP id j0PD3ipw018093; Tue, 25 Jan 2005 15:03:44 +0200 X-Authentication-Warning: localhost.localdomain: jani owned process doing -bs Date: Tue, 25 Jan 2005 15:03:44 +0200 (EET) Reply-To: Jani Taskinen To: Andrei Zmievski Cc: internals@lists.php.net In-Reply-To: <5F443230-6E9C-11D9-92B4-000D93B4252E@gravitonic.com> Message-ID: References: <5F443230-6E9C-11D9-92B4-000D93B4252E@gravitonic.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Latest phpize.in change screws up shared extensions on Mac OS X From: sniper@iki.fi (Jani Taskinen) On Mon, 24 Jan 2005, Andrei Zmievski wrote: >> Thus we'll nuke the libtool usage in linking on Macosx. >> Patch to acinclude.m4 for this solution is here: >> >> http://www.php.net/~jani/patches/acinclude.m4.macosx-shared- >> modules.patch >> >> (or someone backports the patches from newer libtools to the >> bundled files =) >> >> Reason not to bundle newer libtool: It requires buggy autoconf 2.5x. > > Jani, > > That patch worked great. Could you please commit it to the tree? I've done a little work on HEAD to make it require autoconf 2.59 and bundle libtool 1.5.10 so this patch might not be necessary there. But as I don't know if anybody else wishes to start requiring newer autoconf as of PHP 5.1.x, I'll just commit the patch. --Jani