Re: [PHP-DEV] buildconf warning

2003-02-25 Thread Magnus Mb@)
On 25 Feb 2003 17:19:28 +0100 michel 'ziobudda' morelli <[EMAIL PROTECTED]> wrote: > buildconf: autoconf version 2.53 (ok) > buildconf: Your version of autoconf likely contains buggy cache code. >Running cvsclean for you. >To avoid this, install autoconf-2.13 and automake-1

Re: [PHP-DEV] buildconf warning

2003-02-25 Thread michel 'ziobudda' morelli
Il mar, 2003-02-25 alle 18:13, Magnus Mb@) ha scritto: > This is because you are running autoconf version 2.53 (which is buggy). > Downgrading to 2.13 will remove those warnings. Tnx. -- michel 'ziobudda' morelli <[EMAIL PROTECTED]> -- PHP Development Mailing List To un

[PHP-DEV] buildconf warning

2003-02-25 Thread michel 'ziobudda' morelli
>From today's cvs using default Zend directory buildconf: checking installation... buildconf: autoconf version 2.53 (ok) buildconf: Your version of autoconf likely contains buggy cache code. Running cvsclean for you. To avoid this, install autoconf-2.13 and automake-1.5. buil

Re: [PHP-DEV] buildconf for 4.1.2 breaks Solaris 8

2002-03-14 Thread J Smith
The extension which caused the breakage was a custom extension, but it was built initially with ext_skel. I think either I did something screwy when I fixed up the config.m4 file (I've noticed that the file does indeed use '$something == "yes"', rather than the current method, which is '$somet

Re: [PHP-DEV] buildconf for 4.1.2 breaks Solaris 8

2002-03-13 Thread derick
On Wed, 13 Mar 2002, J Smith wrote: > > That seemed to do the trick. configure was rebuilt fine, although there was > a slight problem with new extensions built using ext_skel. (Specifically, a > few tests added to configure used a line like > > if test $something == "yes" ; then > > Which c

Re: [PHP-DEV] buildconf for 4.1.2 breaks Solaris 8

2002-03-13 Thread J Smith
That seemed to do the trick. configure was rebuilt fine, although there was a slight problem with new extensions built using ext_skel. (Specifically, a few tests added to configure used a line like if test $something == "yes" ; then Which causes errors like "unexpected token ==" or something,

Re: [PHP-DEV] buildconf for 4.1.2 breaks Solaris 8

2002-03-12 Thread Jon Parise
On Tue, Mar 12, 2002 at 06:33:34PM -0500, J Smith wrote: > This is the first time I've tried installing on Solaris, so maybe I'm way > off, but anyways... > > Here's how things look: > > # ./buildconf > rebuilding configure > configure.in:124: warning: AC_PROG_LEX invoked multiple times > rebu

[PHP-DEV] buildconf for 4.1.2 breaks Solaris 8

2002-03-12 Thread J Smith
This is the first time I've tried installing on Solaris, so maybe I'm way off, but anyways... Here's how things look: # ./buildconf rebuilding configure configure.in:124: warning: AC_PROG_LEX invoked multiple times rebuilding main/php_config.h.in # ./configure [any combination of configure ar

Re: [PHP-DEV] buildconf produce invalid configure fail

2001-11-27 Thread Balazs Nagy
Serg Musichenko wrote: > Platforma: > Autoconf 2.52 > Automake 1.5 > Libtool 1.4.2 > OS RH 7.2 Automake 1.5 is bogus. Use automake-1.4. RH7.2's automake is fine. Autoconf 2.52 has some incompatibilities in macros. Autoconf 2.13 works fine, but maybe 2.52 works too. -- jul -- PHP Develop

Re: [PHP-DEV] buildconf produce invalid configure fail

2001-11-27 Thread Derick Rethans
On Tue, 27 Nov 2001, Serg Musichenko wrote: > Platforma: > Autoconf 2.52 > Automake 1.5 Don't use automake 1.5 for now, only 1.4 is working ATM. (And there has been filed a bugreport this already) regards, Derick -- PHP Development Mailing List To unsubscribe, e-mail:

[PHP-DEV] buildconf produce invalid configure fail

2001-11-27 Thread Serg Musichenko
Platforma: Autoconf 2.52 Automake 1.5 Libtool 1.4.2 OS RH 7.2 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] buildconf

2001-11-20 Thread Balazs Nagy
On Mon, Nov 19 2001, Serg Musichenko <[EMAIL PROTECTED]> wrote: > I reinstall aunoconf 2.13 only and buildconf work Ok > > Autoconf 2.52d not produce configure from configure.in > > [EMAIL PROTECTED] wrote: > > > I suggest you use automake 1.4 and libtool 1.4 (not newer versions). (I > > thin

Re: [PHP-DEV] buildconf

2001-11-19 Thread Serg Musichenko
I reinstall aunoconf 2.13 only and buildconf work Ok Autoconf 2.52d not produce configure from configure.in [EMAIL PROTECTED] wrote: > Hello, > > I suggest you use automake 1.4 and libtool 1.4 (not newer versions). (I > think automake is the problem here though, you might to test that first).

Re: [PHP-DEV] buildconf

2001-11-16 Thread derick
Hello, I suggest you use automake 1.4 and libtool 1.4 (not newer versions). (I think automake is the problem here though, you might to test that first). Derick On Fri, 16 Nov 2001, Serg Musichenko wrote: > buidconf don't work correctly: PHP_SUBST is undefined macros > > > autoconf 2.52 > auto

[PHP-DEV] buildconf

2001-11-16 Thread Serg Musichenko
buidconf don't work correctly: PHP_SUBST is undefined macros autoconf 2.52 automake 1.5 libtool1.4.2 php4.0.6 and php4.1.oRC2 rebuilding configure aclocal.m4:944: error: m4_defn: undefined macro: _m4_divert_diversion aclocal.m4:473: PHP_SUBST is expanded from... aclocal.m4:944: the top

[PHP-DEV] buildconf troubles

2001-08-30 Thread Doug MacEachern
i've done a fresh checkout and having problems building, below is the output from buildconf. % autoconf --version Autoconf version 2.13 % libtool --version ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18) any ideas? % ./buildconf rebuilding Makefile templates rebuilding configure autocon

Re: [PHP-DEV] ./buildconf trouble

2001-07-30 Thread Ramsi Sras
Sebastian Bergmann schrieb: > Sebastian Bergmann wrote: > > I recently updated autoconf to version 2.52 and now I get this > > with running ./buildconf > > Never mind, Sascha just told me to stick to 2.13. > > -- > Sebastian Bergmann Measure Traffic & Usability > h

Re: [PHP-DEV] ./buildconf trouble

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Sebastian Bergmann schrieb: Sebastian Bergmann wrote: >   I recently updated autoconf to version 2.52 and now I get this >   with running ./buildconf   Never mind, Sascha just told me to stick to 2.13. --   Sebastian Bergmann Measure Traffic

Re: [PHP-DEV] ./buildconf trouble

2001-07-28 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > I recently updated autoconf to version 2.52 and now I get this > with running ./buildconf Never mind, Sascha just told me to stick to 2.13. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http:/

[PHP-DEV] ./buildconf trouble

2001-07-28 Thread Sebastian Bergmann
I recently updated autoconf to version 2.52 and now I get this with running ./buildconf rebuilding main/php_config.h.in ./aclocal.m4:929: error: m4_defn: undefined macro: _m4_divert_diversion ./aclocal.m4:472: PHP_SUBST is expanded from... ./aclocal.m4:929: the top lev

[PHP-DEV] buildconf weirdness

2001-05-08 Thread Derick Rethans
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, while running buildconf I get the following errors: derick@(none):~/php4 > ./buildconf rebuilding configure autoconf: Undefined macros: ***BUG in Autoconf--please report*** AC_ZEND_BROKEN_SPRINTF ***BUG in Autoconf--please report*** AC_TRY_DL

Re: [PHP-DEV] buildconf fails on linux and solaris

2001-01-18 Thread Sascha Schumann
On Thu, 18 Jan 2001, Sam Liddicott wrote: > Just done a cvs checkout a few seconds ago, and > > ./buildconf > > fails with: > > [root@rhodes php4]# ./buildconf > make[1]: *** [Zend/Makefile.am] Error 1 > make: *** [all] Error 2 And you do have a Zend/TSRM checkout? Try a ./cvsclean firs

[PHP-DEV] buildconf fails on linux and solaris

2001-01-18 Thread Sam Liddicott
Just done a cvs checkout a few seconds ago, and ./buildconf fails with: [root@rhodes php4]# ./buildconf make[1]: *** [Zend/Makefile.am] Error 1 make: *** [all] Error 2 This: make -s -f build/build.mk AMFLAGS= is as far as my "make" skills allow me to trace the problem. Sam -- PHP Develo