Re: [PHP-DEV] buildconf stopped working for me

2005-01-12 Thread Sebastian Bergmann
Jani Taskinen wrote: > We only support/use libtool 1.4.3, so.. The detection code for multiple autoconf versions is still wrong, IMHO. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP

Re: [PHP-DEV] buildconf stopped working for me

2005-01-11 Thread Jani Taskinen
On Tue, 11 Jan 2005, Magnus Määttä wrote: Hello Sebastian, On Tuesday 11 January 2005 07.39, Sebastian Bergmann wrote: Haven't built HEAD on Linux for a while but when I tried today buildconf didn't like my autoconf: [EMAIL PROTECTED] php-5.1 % ./buildconf using default Zend directory buildconf

Re: [PHP-DEV] buildconf stopped working for me

2005-01-11 Thread Magnus Määttä
Hello Sebastian, On Tuesday 11 January 2005 07.39, Sebastian Bergmann wrote: > Haven't built HEAD on Linux for a while but when I tried today > buildconf didn't like my autoconf: > > [EMAIL PROTECTED] php-5.1 % ./buildconf > using default Zend directory > buildconf: checking installation... >

Re: [PHP-DEV] buildconf stopped working for me

2005-01-11 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > Then again, it used to work fine until recently. Reverting build/build2.mk to revision 1.30 seems to fix the issue. The checks introduced in revision 1.31 seem to find both /usr/bin/autoconf (wrapper, defaults to 2.5x) and /usr/bin/autoconf-2.13 (no wrapper) and ge

Re: [PHP-DEV] buildconf stopped working for me

2005-01-11 Thread Sebastian Bergmann
Derick Rethans wrote: > Sounds like a problem in your wrapper scripts then... buildcheck.sh calls "autoconf-2.13". This does not involve the wrapper script. Later "autoconf" is called. This one is handled by the wrapper which defaults to autoconf 2.5x. It might be a problem with the wrapper

Re: [PHP-DEV] buildconf stopped working for me

2005-01-11 Thread Derick Rethans
On Tue, 11 Jan 2005, Sebastian Bergmann wrote: > Sebastian Bergmann wrote: > > buildconf: autoconf version 2.13 (ok) > > It finds autoconf 2.13 because buildcheck.sh explicitly calls > autoconf-2.13 (instead of just autoconf). > > > FATAL ERROR: Autoconf version 2.50 or higher is required > > A

Re: [PHP-DEV] buildconf stopped working for me

2005-01-11 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > buildconf: autoconf version 2.13 (ok) It finds autoconf 2.13 because buildcheck.sh explicitly calls autoconf-2.13 (instead of just autoconf). > FATAL ERROR: Autoconf version 2.50 or higher is required And then it uses autoconf 2.59 because it calls autoconf. -- S

[PHP-DEV] buildconf stopped working for me

2005-01-10 Thread Sebastian Bergmann
Haven't built HEAD on Linux for a while but when I tried today buildconf didn't like my autoconf: [EMAIL PROTECTED] php-5.1 % ./buildconf using default Zend directory buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: libtool version 1.5.10 (ok) rebuilding