group-member.m4

来自「Linux下文件工具。」· M4 代码 · 共 12 行

M4
12
字号
#serial 3dnl Written by Jim MeyeringAC_DEFUN([jm_FUNC_GROUP_MEMBER],  [    dnl Do this replacement check manually because I want the hyphen    dnl (not the underscore) in the filename.    AC_CHECK_FUNC(group_member, , [AC_LIBOBJ(group-member)])  ])

⌨️ 快捷键说明

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