📄 configure.in
字号:
dnl # Process this file with autoconf to produce a configure script.AC_INIT(sm+.in)dnl # M4 macro MY_PACKAGE is used also for the chmod (see below)define(MY_PACKAGE,sm+)PACKAGE=MY_PACKAGEAC_SUBST(PACKAGE)VERSION=0.1AC_SUBST(VERSION)AC_PROG_INSTALLAC_PATH_PROG(EXPECT,expect)dnl # no need to check for progam "chmod", since dnl # configure contains it anyway ...AC_OUTPUT(Makefile ${PACKAGE},chmod +x MY_PACKAGE)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -