mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Return of the automake requirement.
# Unfortunately we can't control what macros are used by the 3rd party # extensions so..
This commit is contained in:
parent
2d8e73b963
commit
0576cdc942
1 changed files with 2 additions and 1 deletions
|
@ -90,6 +90,7 @@ phpize_copy_files()
|
|||
|
||||
(cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
|
||||
(cd "$phpdir" && cp $FILES "$builddir")
|
||||
(cd "$builddir" && cat ./build/libtool.m4 >> acinclude.m4)
|
||||
}
|
||||
|
||||
phpize_replace_prefix()
|
||||
|
@ -101,7 +102,7 @@ phpize_replace_prefix()
|
|||
|
||||
phpize_autotools()
|
||||
{
|
||||
cat acinclude.m4 ./build/libtool.m4 > aclocal.m4 || exit 1
|
||||
aclocal || exit 1
|
||||
autoconf || exit 1
|
||||
autoheader || exit 1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue