📄 aclocal_am.m4
字号:
dnldnl Automake updatesdnldnldnl AM_IGNORE is an extension that tells (a patched) automake not todnl include the specified AC_SUBST variable in the Makefile.in thatdnl automake generates. We don't use AC_DEFUN, since aclocal will dnl then complain that AM_IGNORE is a duplicate (if you are using thednl patched automake/aclocal).ifdef([AM_IGNORE],,[define([AM_IGNORE],)])AC_DEFUN(PAC_PROVIDE_IGNORE,[ifdef([AM_IGNORE],,[define([AM_IGNORE],)])])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -