?? gnumake.m4
字號:
## --------------------------------------------------------- #### Check for GNU make (do not cache this setting) #### Adapted from AM_MISSING_PROG and AM_PROG_LD_GNU. #### --------------------------------------------------------- ### serial 1dnl mfx_PROG_MAKE_GNU(NAME)AC_DEFUN(mfx_PROG_MAKE_GNU,[AC_MSG_CHECKING([whether we are using GNU make])# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.if (${MAKE-make} --version) 2>&1 </dev/null | grep 'GNU' >/dev/null; then $1=yes AC_MSG_RESULT(yes)else $1=no AC_MSG_RESULT(no)fiAC_SUBST($1)])
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -