On Fri, 2007-08-03 at 08:32 +0200, Uwe Schindler wrote: > Generating files > /configure: test: argument expected > [EMAIL PROTECTED]:~/install/php-5.2.4RC1$
It might be the configure options macro I added..but I can't see why any 'test' calls in it wouldn't work? Anyways, to get more output from configure you can change the hashbang line in it to: #! /bin/sh -x And then run configure something like this: # ./configure 2> err Then 'err' will contain the debug output.. --Jani -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php