📄 configure.in
字号:
dnl Process this file with autoconf to produce a configure script.AC_INIT(ccvt.h)dnl AC_CONFIG_HEADER(ccvt.h)dnl Checks for programs.AC_PROG_CCAC_PROG_CPPAC_PROG_CXXAC_PROG_CXXCPPAC_PROG_GCC_TRADITIONALAC_PROG_RANLIBdnl Checks for header files.AC_HEADER_STDCdnl Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTdnl Check for Intel architectureAC_CHECK_INTELCPUdnl Check for MMX processorAC_CHECK_MMXdnl we have various versions of a file; WHAT determines the version by dnl substitution in the filenameif test $ac_cv_flag_mmx = yes; then WHAT=mmxelse WHAT=c2fiAC_SUBST(WHAT)AC_OUTPUT(Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -