📄 configure.in
字号:
AC_PREREQ(2.57)AC_INIT(src/main.cpp)AM_INIT_AUTOMAKE(hashish, 1.1b)# Checks for programs.AC_PROG_CXXAC_PROG_CXXCPPAC_PROG_INSTALLdnl check for wxWindows installation¤AM_PATH_WXCONFIG(2.4.1,wxOK=1)if test "$wxOK" != 1; then AC_MSG_ERROR([ YardSale requires wxWindows to be installed on your system but wx-config script couldn't be found. Please check that wx-config is in PATH, the directory where wxWindows libraries are installed (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH or equivalent variable and wxWindows version is 2.5.1 or above. ])fidnl normal linking mode is fully dynamicAC_CONFIG_FILES([Makefile src/Makefile ])AC_OUTPUT
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -