📄 configure.in
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -