File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -104,16 +104,17 @@ phpize_check_autotools()
104
104
105
105
if ! test -x " ` $php_shtool path $PHP_AUTOCONF ` " ; then
106
106
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.
109
109
110
110
EOF
111
111
exit 1
112
112
fi
113
113
if ! test -x " ` $php_shtool path $PHP_AUTOHEADER ` " ; then
114
114
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.
117
118
118
119
EOF
119
120
exit 1
You can’t perform that action at this time.
0 commit comments