📄 configure.in
字号:
dnl Process this file with autoconf to produce a configure script.AC_INITAC_SUBST(PACKAGE, ThreadingDemos)AC_SUBST(VERSION, 1.0)AC_CONFIG_AUX_DIR(../../config)project_root=`pwd`AC_SUBST(project_root,$project_root)AC_PROG_CCAC_PROG_CXXAC_PROG_RANLIBAC_SET_MAKERSSH_ENABLE_PTHREADSAC_CXX_NAMESPACESAC_CXX_BOOLAC_CXX_MUTABLEdnl OutputAC_SUBST(LIBDIRS,$LIBDIRS)AC_OUTPUT( \ Makefile \ Philosophs/Makefile \ Container/Makefile \ Stress/Makefile \ Hairdresser/Makefile \ DeleteThis/Makefile \ ThreadServices/Makefile )
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -