Skip to content

Commit c28f59a

Browse files
author
foobar
committed
- Proper fix for phpize when dealing with PECL
1 parent b227a51 commit c28f59a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scripts/phpize.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ phpize_copy_files()
114114

115115
(cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
116116
(cd "$phpdir" && cp $FILES "$builddir")
117-
(cd "$builddir" && cat ./build/libtool.m4 acinclude.m4 > aclocal.m4)
117+
(cd "$builddir" && cat acinclude.m4 ./build/libtool.m4 > aclocal.m4)
118118
}
119119

120120
phpize_replace_prefix()

scripts/phpize.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
dnl This file becomes configure.in for self-contained extensions.
22

3+
divert(1)
4+
5+
AC_PREREQ(2.13)
36
AC_INIT(config.m4)
47

58
PHP_CONFIG_NICE(config.nice)

0 commit comments

Comments
 (0)