?? configure.in
字號(hào):
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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -