configure.in
来自「项目描述: slsnif is a serial port logging ut」· IN 代码 · 共 27 行
IN
27 行
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 + =
减小字号Ctrl + -
显示快捷键?