File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ phpize_print_api_numbers()
66
66
67
67
phpize_no_shtool ()
68
68
{
69
- echo << EOF
69
+ cat << EOF
70
70
shtool at '$builddir /build/shtool' not executable.
71
71
Make sure that the file exists and is executable and then rerun this script.
72
72
@@ -90,16 +90,16 @@ phpize_check_autotools()
90
90
test -z " $PHP_AUTOCONF " && PHP_AUTOCONF=autoconf
91
91
test -z " $PHP_AUTOHEADER " && PHP_AUTOHEADER=autoheader
92
92
93
- if ! test -x " $php_shtool path $PHP_AUTOCONF " ; then
94
- echo << EOF
93
+ if ! test -x " ` $php_shtool path $PHP_AUTOCONF ` " ; then
94
+ cat << EOF
95
95
Cannot find autoconf. Please check your autoconf installation and the \$ PHP_AUTOCONF
96
96
environment variable is set correctly and then rerun this script.
97
97
98
98
EOF
99
99
exit 1
100
100
fi
101
- if ! test -x " $php_shtool path $PHP_AUTOHEADER " ; then
102
- echo << EOF
101
+ if ! test -x " ` $php_shtool path $PHP_AUTOHEADER ` " ; then
102
+ cat << EOF
103
103
Cannot find autoheader. Please check your autoconf installation and the \$ PHP_AUTOHEADER
104
104
environment variable is set correctly and then rerun this script.
105
105
@@ -114,7 +114,7 @@ phpize_copy_files()
114
114
115
115
(cd " $phpdir " && cp $FILES_BUILD " $builddir " /build)
116
116
(cd " $phpdir " && cp $FILES " $builddir " )
117
- (cd " $builddir " && cat . /build/libtool.m4 >> acinclude .m4)
117
+ (cd " $builddir " && cat acinclude.m4 . /build/libtool.m4 > aclocal .m4)
118
118
}
119
119
120
120
phpize_replace_prefix ()
You can’t perform that action at this time.
0 commit comments