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

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to