jon Mon Jul 17 00:46:00 2006 UTC Modified files: /php-src/scripts phpize.in Log: Wrapping the $PHP_AUTOCONF and $PHP_AUTOHEADER error messages to fit within 80 columns. http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.in?r1=1.30&r2=1.31&diff_format=u Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.30 php-src/scripts/phpize.in:1.31 --- php-src/scripts/phpize.in:1.30 Mon Dec 12 11:51:18 2005 +++ php-src/scripts/phpize.in Mon Jul 17 00:46:00 2006 @@ -104,16 +104,17 @@ if ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF -Cannot find autoconf. Please check your autoconf installation and the \$PHP_AUTOCONF -environment variable is set correctly and then rerun this script. +Cannot find autoconf. Please check your autoconf installation and the +\$PHP_AUTOCONF environment variable is set correctly and then rerun this script. EOF exit 1 fi if ! test -x "`$php_shtool path $PHP_AUTOHEADER`"; then cat <<EOF -Cannot find autoheader. Please check your autoconf installation and the \$PHP_AUTOHEADER -environment variable is set correctly and then rerun this script. +Cannot find autoheader. Please check your autoconf installation and the +\$PHP_AUTOHEADER environment variable is set correctly and then rerun this +script. EOF exit 1
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php