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. But other than that, everything seems fine now. The remaining "==" problem will probably be fixed in 4.2.x with the new build system. Thanks. J 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