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 causes errors like "unexpected token ==" or something, which was 
> easily fixed by changing "==" to "=" in the configure script. 

if test "$something" == "yes" ; then

is the preferred way. Can you point me where it goes wrong (which 
extension), so that it canbe fixed?

> 
> But other than that, everything seems fine now. The remaining "==" problem 
> will probably be fixed in 4.2.x with the new build system.

4.2.x will not have the new buildsystem.

Derick

> Jon Parise wrote:
> 
> > On Tue, Mar 12, 2002 at 06:33:34PM -0500, J Smith wrote:
> > 
> > What version of autoconf are you using?  You may need to step
> > back to autoconf-2.13.
> > 
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

----------------------------------------------------------------------
              PHP: Scripting the Web - [EMAIL PROTECTED]
                All your branches are belong to me!
            SRM: Site Resource Manager - www.vl-srm.net
-----------------------------------------------------------------------


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

Reply via email to