Skip to content

Commit 758ff2f

Browse files
committed
Wrapping the $PHP_AUTOCONF and $PHP_AUTOHEADER error messages to fit
within 80 columns.
1 parent e394e8d commit 758ff2f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

scripts/phpize.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,17 @@ phpize_check_autotools()
104104

105105
if ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then
106106
cat <<EOF
107-
Cannot find autoconf. Please check your autoconf installation and the \$PHP_AUTOCONF
108-
environment variable is set correctly and then rerun this script.
107+
Cannot find autoconf. Please check your autoconf installation and the
108+
\$PHP_AUTOCONF environment variable is set correctly and then rerun this script.
109109
110110
EOF
111111
exit 1
112112
fi
113113
if ! test -x "`$php_shtool path $PHP_AUTOHEADER`"; then
114114
cat <<EOF
115-
Cannot find autoheader. Please check your autoconf installation and the \$PHP_AUTOHEADER
116-
environment variable is set correctly and then rerun this script.
115+
Cannot find autoheader. Please check your autoconf installation and the
116+
\$PHP_AUTOHEADER environment variable is set correctly and then rerun this
117+
script.
117118
118119
EOF
119120
exit 1

0 commit comments

Comments
 (0)