📄 configure.in
字号:
AC_INIT(tintin.h)AC_PROG_CCAC_PROG_CPPAC_ISC_POSIXAC_AIXAC_MINIXOLD_CFLAGS="$CFLAGS"CFLAGS="$CFLAGS -pipe"echo "Do you want the helpfile to be compressed (yes/no)? "read YESNOif test $YESNO; then if echo "$YESNO"|grep -i "no" >/dev/null; then DEFS="$DEFS -DCOMPRESSED_HELP=0" else DEFS="$DEFS -DCOMPRESSED_HELP=1" COMPRESSED_HELP="Ok" fifiAC_COMPILE_CHECK(-pipe, [ ], [ exit(0); ], PIPE=-pipe, [CFLAGS="$OLD_CFLAGS" ; PIPE="" ] )AC_GCC_TRADITIONALAC_DYNIX_SEQAC_IRIX_SUNAC_XENIX_DIRAC_SCO_INTLAC_HAVE_HEADERS(strings.h string.h stdlib.h time.h sys/termio.h)AC_HEADER_EGREP(tcflag_t, sys/termio.h, DEFS="$DEFS -DHAVE_TCFLAG_T=1")AC_COMPILE_CHECK(which method to use to turn keyboard echo on/off, [ #include <sys/termio.h> #include <sgtty.h> ], [ CBREAK ], DEFS="$DEFS -DBSD_ECHO=1", [ ])AC_HAVE_LIBRARY(socket, [LIBS="$LIBS -lsocket"])AC_HAVE_LIBRARY(nsl, [LIBS="$LIBS -lnsl"])AC_HAVE_FUNCS(bcopy)AC_SUBST(PIPE)AC_OUTPUT(Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -