?? 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 + -