📄 configure.in
字号:
dnl Process this file with autoconf to produce a configure script.AC_REVISION($Revision: 1.0 $)dnlAC_INIT(src/ascii.h)AM_INIT_AUTOMAKE(slsnif, 0.4.2)AC_LANG_Cdnl Checks for programs.AC_ISC_POSIXAC_PROG_CCAC_PROG_INSTALLAC_PROG_MAKE_SETdnl Checks for libraries.dnl Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS(fcntl.h unistd.h getopt.h time.h)AC_CHECK_HEADERS(linux/kdev_t.h linux/major.h sys/timeb.h)dnl Checks for typedefs, structures, and compiler characteristics.AC_TYPE_PID_Tdnl Checks for library functions.AC_TYPE_SIGNALAC_CHECK_FUNCS(select strdup getopt_long time ctime ftime)AC_FUNC_SELECT_ARGTYPESAM_CONFIG_HEADER(config.h)AC_OUTPUT(Makefile src/Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -