# Unfortunately we can't control what macros are used by the 3rd party
# extensions so..
(cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
(cd "$phpdir" && cp $FILES "$builddir")
+ (cd "$builddir" && cat ./build/libtool.m4 >> acinclude.m4)
}
phpize_replace_prefix()
phpize_autotools()
{
- cat acinclude.m4 ./build/libtool.m4 > aclocal.m4 || exit 1
+ aclocal || exit 1
autoconf || exit 1
autoheader || exit 1
}