Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > 665b53d51b37ef4d3a9c620ff5a368c6 > files > 28

php4-4.4.4-1mlcs4.src.rpm

--- run-tests.php	2005-06-19 00:54:07.000000000 +0200
+++ run-tests.php.oden	2005-07-05 12:24:10.201810820 +0200
@@ -412,7 +412,7 @@
 			$autoconf = shell_exec('autoconf --version');
 
 			/* Always use the generated libtool - Mac OSX uses 'glibtool' */
-			$libtool = shell_exec($CUR_DIR . '/libtool --version');
+ 			$libtool = shell_exec('libtool --version');
 
 			/* Try the most common flags for 'version' */
 			$flags = array('-v', '-V', '--version');