0
A
回答
2
它在/acinclude.m4
dnl
dnl PHP_ARG_ENABLE(arg-name, check message, help text[, default-val[, extension-or-not]])
dnl Sets PHP_ARG_NAME either to the user value or to the default value.
dnl default-val defaults to no. This will also set the variable ext_shared,
dnl and will overwrite any previous variable of that name.
dnl If extension-or-not is yes (default), then do the ENABLE_ALL check and run
dnl the PHP_ARG_ANALYZE_EX.
dnl
AC_DEFUN([PHP_ARG_ENABLE],[
php_enable_[]translit($1,A-Z0-9-,a-z0-9_)=ifelse($4,,no,$4)
PHP_REAL_ARG_ENABLE([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_),[ifelse($5,,yes,$5)])
])
相關問題
- 1. PHP擴展名:config.m4,可能未定義的宏:LT_SHARED_LIBADD
- 2. PHP擴展需要文件
- 3. php文件擴展名
- 4. 如何在GoDaddy上找到config.m4文件?
- 5. 從php文件激活PHP擴展
- 6. 製作文件的擴展名由PHP
- 7. 用php找到文件的擴展名
- 8. 帶'cmt'擴展名(?)的PHP文件
- 9. PHP上傳的文件擴展名爲
- 10. PHP條未知的文件擴展名
- 11. 所有網頁文件的PHP擴展?
- 12. PHP - 識別附件文件擴展名
- 13. 文件擴展JFormField
- 14. 文件擴展名
- 15. 將.do擴展名用作所有php文件的.php擴展名
- 16. 創建一個擴展另一個PHP擴展的PHP擴展?
- 17. WordPress的文件擴展名
- 18. 獲取Php文件/圖像擴展名
- 19. 允許htaccess文件擴展名爲.php
- 20. php檢查文件擴展名爲
- 21. PHP更改文件擴展名
- 22. PHP MVC框架:擴展視圖文件
- 23. PHP文件名和擴展名恢復
- 24. 從.tgz文件安裝PHP擴展
- 25. PHP包含文件擴展名?
- 26. Chrome擴展執行php文件
- 27. 包括:css文件擴展名爲php?
- 28. 用PHP檢查文件擴展名
- 29. PHP擴展一級文件夾返回
- 30. drop .php擴展名爲文件夾 - htaccess
感謝定義@VolkerK – 2013-03-08 11:37:43