Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7273 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46650 invoked by uid 1010); 22 Jan 2004 14:51:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46569 invoked from network); 22 Jan 2004 14:51:44 -0000 Received: from unknown (HELO smtp3.pp.htv.fi) (213.243.153.173) by pb1.pair.com with SMTP; 22 Jan 2004 14:51:44 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp3.pp.htv.fi (Postfix) with ESMTP id D682527B0EC; Thu, 22 Jan 2004 16:51:43 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i0MEphnN010670; Thu, 22 Jan 2004 16:51:43 +0200 Date: Thu, 22 Jan 2004 16:51:43 +0200 (EET) Reply-To: Jani Taskinen To: Patrick Welche Cc: internals@lists.php.net In-Reply-To: <20040122141708.GA8827@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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] buildconf From: sniper@iki.fi (Jani Taskinen) 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. --Jani On Thu, 22 Jan 2004, Patrick Welche wrote: >On Thu, Jan 22, 2004 at 01:06:11PM +0200, Jani Taskinen wrote: >> >> Yes, you need libtool 1.4.3. (no, 1.5 is not backwards compatible) > >There is still something strange with buildconf: > >% make -n -s -f build/build.mk AMFLAGS= ZENDDIR=Zend >build/buildcheck.sh buildmk.stamp >echo makefile_am_files = Zend/Makefile.am TSRM/Makefile.am > generated_lists >echo config_h_files = Zend/acconfig.h TSRM/acconfig.h >> generated_lists >echo config_m4_files = Zend/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 Zend/acinclude.m4 ext/*/config*.m4 sapi/*/config.m4 >> generated_lists >make AMFLAGS= -s -f build/build2.mk > > >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.. > >Cheers, > >Patrick >