mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Proper fix for phpize when dealing with PECL
This commit is contained in:
parent
b227a51201
commit
c28f59a1d5
2 changed files with 4 additions and 1 deletions
|
@ -114,7 +114,7 @@ phpize_copy_files()
|
|||
|
||||
(cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
|
||||
(cd "$phpdir" && cp $FILES "$builddir")
|
||||
(cd "$builddir" && cat ./build/libtool.m4 acinclude.m4 > aclocal.m4)
|
||||
(cd "$builddir" && cat acinclude.m4 ./build/libtool.m4 > aclocal.m4)
|
||||
}
|
||||
|
||||
phpize_replace_prefix()
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
dnl This file becomes configure.in for self-contained extensions.
|
||||
|
||||
divert(1)
|
||||
|
||||
AC_PREREQ(2.13)
|
||||
AC_INIT(config.m4)
|
||||
|
||||
PHP_CONFIG_NICE(config.nice)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue