⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure.in

📁 PCONSOLE是根并行计算相关的一个软件 是一个编程软件 用于定制借口和计算
💻 IN
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -