sniper Sun Jul 23 23:40:19 2006 UTC Modified files: /php-src/scripts phpize.in Log: typofix http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.in?r1=1.32&r2=1.33&diff_format=u Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.32 php-src/scripts/phpize.in:1.33 --- php-src/scripts/phpize.in:1.32 Mon Jul 17 01:17:00 2006 +++ php-src/scripts/phpize.in Sun Jul 23 23:40:19 2006 @@ -102,7 +102,7 @@ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader - if ! text -x $PHP_AUTOCONF && ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then + if ! test -x $PHP_AUTOCONF && ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF Cannot find autoconf. Please check your autoconf installation and the \$PHP_AUTOCONF environment variable. Then, rerun this script.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php