📄 aclocal_web.m4
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -