configure.in
来自「针对linux休眠suspend显卡状态保存恢复的一个办法」· IN 代码 · 共 18 行
IN
18 行
dnl Process this file with autoconf to produce a configure script. AC_INIT(vbetool.c)AM_INIT_AUTOMAKE(vbetool, 0.3)dnl Checks for programsAC_PROG_CCdnl Simple, huh?AC_ARG_WITH([x86emu], AC_HELP_STRING([--with-x86emu],[build with x86emu support]), [USEX86EMU=true])AM_CONDITIONAL(WITH_X86EMU, test x$USEX86EMU = xtrue)AC_OUTPUT([Makefile])
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?