summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
diff options
context:
space:
mode:
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