]> granicus.if.org Git - php/commitdiff
MFB: libtool detection
authorMelvyn Sopacua <msopacua@php.net>
Fri, 20 Dec 2002 00:28:08 +0000 (00:28 +0000)
committerMelvyn Sopacua <msopacua@php.net>
Fri, 20 Dec 2002 00:28:08 +0000 (00:28 +0000)
run-tests.php

index 443e20ee64e37c63b0f73f31f6a81097e521521b..edfc78baf6d004983ea21904cbfd30a71f567275 100755 (executable)
@@ -372,7 +372,8 @@ if (!getenv('NO_INTERACTION')) {
                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;