configure.in
来自「PCONSOLE是根并行计算相关的一个软件 是一个编程软件 用于定制借口和计算」· IN 代码 · 共 39 行
IN
39 行
dnl Process this file with autoconf to produce a configure script.dnldnl pconsole configure.in WJ101dnl (mostly created with autoscan, modifications by Walter de Jong <walter@heiho.net>)dnlAC_INIT(pconsole.c)dnl Checks for programsAC_PROG_AWKAC_PROG_CCAC_PROG_INSTALLdnl Checks for header filesAC_HEADER_STDCAC_CHECK_HEADERS(fcntl.h sys/ioctl.h unistd.h)dnl Checks for typedefs, structures, and compiler characteristicsAC_C_CONSTAC_STRUCT_ST_RDEVdnl Checks for library functions.AC_PROG_GCC_TRADITIONALAC_TYPE_SIGNALAC_CHECK_FUNCS(strchr strdup strerror memset)dnl special compiler options for gccif test "$GCC" = "yes" ;then CCOPTS='-O2 -Wall -Wstrict-prototypes -fomit-frame-pointer'else CCOPTS='-O'fiCFLAGS="$CCOPTS"AC_CONFIG_HEADER(config.h)AC_OUTPUT(Makefile pconsole.sh)dnl EOB
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?