📄 configure.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 + -