aclocal-include.m4

来自「FreeFEM is an implementation of the GFEM」· M4 代码 · 共 11 行

M4
11
字号
# aclocal-include.m4# # This macro adds the name macrodir to the set of directories# that `aclocal' searches for macros.  # serial 1dnl AM_ACLOCAL_INCLUDE(macrodir)AC_DEFUN([AM_ACLOCAL_INCLUDE],[ACLOCAL="$ACLOCAL -I $1"])

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?