aclocal_web.m4
来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· M4 代码 · 共 20 行
M4
20 行
dnldnl Add support for web/HTML needsdnl/*Ddnl PAC_ARG_WWW - Add support for wwwdir to the configure command linednldnl Output Effects:dnl Sets the variable 'wwwdir' to the specified directory; if no directorydnl is given, it uses '${prefix}/www'.dnldnlD*/dnl AC_DEFUN(PAC_ARG_WWWDIR,[AC_ARG_WITH([wwwdir],[--with-wwwdir=directory - Specify the root directory for HTML documentation],wwwdir=$withval,wwwdir='${prefix}/www')AC_SUBST(wwwdir)])dnldnl This will eventually include other toolsdnl
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?