1 Star 0 Fork 0

Jason/yaconf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.m4 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
惠新宸 提交于 2015-06-13 21:49 . Install header file as well
dnl $Id$
dnl config.m4 for extension yaconf
PHP_ARG_ENABLE(yaconf, whether to enable yaconf support,
[ --enable-yaconf Enable yaconf support])
if test "$PHP_YACONF" != "no"; then
PHP_SUBST(YACONF_SHARED_LIBADD)
PHP_NEW_EXTENSION(yaconf, yaconf.c, $ext_shared)
PHP_INSTALL_HEADERS([ext/yaconf], [php_yaconf.h])
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/JasonMetal/yaconf.git
[email protected]:JasonMetal/yaconf.git
JasonMetal
yaconf
yaconf
master

搜索帮助