Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7286 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9176 invoked by uid 1010); 23 Jan 2004 06:58:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9132 invoked from network); 23 Jan 2004 06:58:43 -0000 Received: from unknown (HELO smtp2.pp.htv.fi) (213.243.153.14) by pb1.pair.com with SMTP; 23 Jan 2004 06:58:43 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp2.pp.htv.fi (Postfix) with ESMTP id 1368B296D5B; Fri, 23 Jan 2004 08:58:42 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i0N6wanN016032; Fri, 23 Jan 2004 08:58:41 +0200 Date: Fri, 23 Jan 2004 08:58:36 +0200 (EET) Reply-To: Jani Taskinen To: Patrick Welche Cc: internals@lists.php.net, sas@php.net In-Reply-To: <20040122152248.GC8827@quartz.newn.cam.ac.uk> Message-ID: References: <20040121165220.GH6748@quartz.newn.cam.ac.uk> <20040122110338.GB7285@quartz.newn.cam.ac.uk> <20040122141708.GA8827@quartz.newn.cam.ac.uk> <20040122152248.GC8827@quartz.newn.cam.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] buildconf From: sniper@iki.fi (Jani Taskinen) On Thu, 22 Jan 2004, Patrick Welche wrote: >On Thu, Jan 22, 2004 at 04:51:43PM +0200, Jani Taskinen wrote: >> >> There's nothing wrong in this. If your autoconf/aclocal/etc. >> tools are installed correctly, buildconf works fine. >> >> Please use the snapshots if you don't know what you're doing. > >:-) I have to smile otherwise I would be offended. =) >> >Why does build/buildcheck.sh do the dance of copying the contents of >> >libtool.m4 (whose location it guesses - wrongly in my case) into >> >aclocal.m4, instead of letting libtoolize copy libtool.m4 over and >> >automake pop it into aclocal.m4? This presumably would happen during >> >make -f build/build2.mk if buildcheck gave it a chance.. > >The above still stands. I would call your use of the autotools >unorthodox. I hope you mean "PHP uses" since I have nothing do to with the way they're used. :) And I'm sure Sascha will gladly explain you WHY we use them like we do. (mainly because they suck in so many ways.. :) >libtoolize would pop libtool.m4 either into . or the directory >specified in AC_CONFIG_AUX_DIR. OK, you may wish to carry on using >a really outdated autoconf which doesn't understand that, but at >least letting libtoolize, which knows where to find the libtool.m4, >copy it, and then look for it in . is not a bad thing. However, as >you then just copy libtool.m4 into aclocal.m4, I don't see why you >don't let the autotools just do if for you. It isn't as if you are >altering libtool.m4's contents. Actually we should be altering, the snapshots are generated using patched libtool.m4..and I think we should bundle it and append THAT one..Sascha, what's your opinion? --Jani p.s. # cvs log -r1.29 build/build2.mk