summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
diff options
context:
space:
mode:
authorJon Parise <jon@php.net>2006-07-17 00:46:00 +0000
committerJon Parise <jon@php.net>2006-07-17 00:46:00 +0000
commit758ff2f9f14c96a4412a45611ba582ac2cac22e2 (patch)
tree1009d613cd1d0ab6a25744fd5edfb2477bb5bb43 /scripts/phpize.in
parente394e8d1f82e995eaafdea90515adb76706148a2 (diff)
downloadphp-git-758ff2f9f14c96a4412a45611ba582ac2cac22e2.tar.gz
Wrapping the $PHP_AUTOCONF and $PHP_AUTOHEADER error messages to fit
within 80 columns.
Diffstat (limited to 'scripts/phpize.in')
-rw-r--r--scripts/phpize.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in
index d48c804c20..c62a32af2e 100644
--- a/scripts/phpize.in
+++ b/scripts/phpize.in
@@ -104,16 +104,17 @@ phpize_check_autotools()
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