Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7269 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89133 invoked by uid 1010); 22 Jan 2004 14:17:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89099 invoked from network); 22 Jan 2004 14:17:09 -0000 Received: from unknown (HELO henry.newn.cam.ac.uk) (131.111.204.130) by pb1.pair.com with SMTP; 22 Jan 2004 14:17:09 -0000 Received: from quartz.newn.cam.ac.uk ([131.111.204.180]) by henry.newn.cam.ac.uk with esmtp (Exim 4.20) id 1Ajfds-0002ax-NR; Thu, 22 Jan 2004 14:17:08 +0000 Received: from prlw1 by quartz.newn.cam.ac.uk with local (Exim 4.20) id 1Ajfds-0000by-KJ; Thu, 22 Jan 2004 14:17:08 +0000 Date: Thu, 22 Jan 2004 14:17:08 +0000 To: Jani Taskinen Cc: internals@lists.php.net Message-ID: <20040122141708.GA8827@quartz.newn.cam.ac.uk> References: <20040121165220.GH6748@quartz.newn.cam.ac.uk> <20040122110338.GB7285@quartz.newn.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1i Subject: Re: [PHP-DEV] buildconf From: prlw1@newn.cam.ac.uk (Patrick Welche) 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