configure.in
来自「Unreal irc 服务器源代码」· IN 代码 · 共 24 行
IN
24 行
dnl Process this file with autoconf to produce a configure script.AC_INIT(regex.c)AC_PROG_CCAC_PROG_INSTALLdnl I'm not sure if AC_AIX and AC_DYNIX_SEQ are really necessary. Thednl Autoconf documentation isn't specific about which BSD functions theydnl provide.AC_AIXAC_DYNIX_SEQAC_ISC_POSIXAC_MINIXAC_STDC_HEADERSAC_HAVE_HEADERS(string.h)AC_ALLOCAAC_CONSTAC_PREFIX(gcc)AC_OUTPUT(Makefile doc/Makefile test/Makefile)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?