📄 configure.scan
字号:
# Process this file with autoconf to produce a configure script.AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)AC_CONFIG_SRCDIR([config.h.in])AC_CONFIG_HEADER([config.h])# Checks for programs.AC_PROG_CXXAC_PROG_CCAC_PROG_CPPAC_PROG_INSTALLAC_PROG_LN_SAC_PROG_MAKE_SETAC_PROG_RANLIBAC_PROG_AWK# Checks for libraries.# FIXME: Replace `main' with a function in `-le':AC_CHECK_LIB([e], [main])# FIXME: Replace `main' with a function in `-links':AC_CHECK_LIB([inks], [main])# FIXME: Replace `main' with a function in `-lltdl':AC_CHECK_LIB([ltdl], [main])# FIXME: Replace `main' with a function in `-lpthread':AC_CHECK_LIB([pthread], [main])# Checks for header files.AC_CHECK_HEADERS([memory.h unistd.h])# Checks for typedefs, structures, and compiler characteristics.AC_C_CONST# Checks for library functions.AC_HEADER_STDCAC_CHECK_FUNCS([getcwd memset])AC_CONFIG_FILES([ConsoleServer/Makefile ConsoleServer/foo/Makefile Makefile example/calculator/Makefile mod_gsoap/Makefile])AC_OUTPUT
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -