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