PHP7 的 phpize 不生成 configure

我准备编译安装 php 扩展

/php-7.0.11/ext/xsl
/usr/bin/php/bin/phpize

当使用了 phpize 这个命令之后,应该出现的 configure 脚本居然没有出现,只出现了几个, 执行 ls 查看的结果

root@ubuntu:~/php-7.0.11/ext/xsl# ls
acinclude.m4  build         config.m4   configure.in  CREDITS     ltmain.sh        missing        php_xsl.c  run-tests.php  xsl_fe.h
aclocal.m4    config.guess  config.sub  config.w32    install-sh  Makefile.global  mkinstalldirs  php_xsl.h  tests          xsltprocessor.c

难道这其中有什么变动吗?搜索了一圈之后没找到结果,特来请教大家

谢谢

《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
《G01 Go 实战入门》
从零开始带你一步步开发一个 Go 博客项目,让你在最短的时间内学会使用 Go 进行编码。项目结构很大程度上参考了 Laravel。
讨论数量: 2
Enda

解决了,安装 automake 即可,之前没想到这块

7年前 评论
ThinkQ

apt-get install automake

5年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!