We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b227a51 commit c28f59aCopy full SHA for c28f59a
scripts/phpize.in
@@ -114,7 +114,7 @@ phpize_copy_files()
114
115
(cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
116
(cd "$phpdir" && cp $FILES "$builddir")
117
- (cd "$builddir" && cat ./build/libtool.m4 acinclude.m4 > aclocal.m4)
+ (cd "$builddir" && cat acinclude.m4 ./build/libtool.m4 > aclocal.m4)
118
}
119
120
phpize_replace_prefix()
scripts/phpize.m4
@@ -1,5 +1,8 @@
1
dnl This file becomes configure.in for self-contained extensions.
2
3
+divert(1)
4
+
5
+AC_PREREQ(2.13)
6
AC_INIT(config.m4)
7
8
PHP_CONFIG_NICE(config.nice)
0 commit comments