msopacua Thu Dec 19 19:28:08 2002 EDT Modified files: /php4 run-tests.php Log: MFB: libtool detection Index: php4/run-tests.php diff -u php4/run-tests.php:1.134 php4/run-tests.php:1.135 --- php4/run-tests.php:1.134 Tue Dec 17 14:07:15 2002 +++ php4/run-tests.php Thu Dec 19 19:28:08 2002 @@ -372,7 +372,8 @@ if (substr(PHP_OS, 0, 3) != "WIN") { $automake = shell_exec('automake --version'); $autoconf = shell_exec('autoconf --version'); - $libtool = shell_exec('libtool --version'); + /* Always use the generated libtool - Mac OSX uses 'glibtool' +*/ + $libtool = shell_exec('./libtool --version'); /* Try the most common flags for 'version' */ $flags = array('-v', '-V', '--version'); $cc_status=0;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php