📄 configure.in
字号:
dnl Process this file with autoconf to produce a configure script.AC_PREREQ(2.59)AC_INIT([minimal],[1.2.5],[vslavik@fastmail.fm])AC_CONFIG_SRCDIR([minimal.cpp])AC_CANONICAL_BUILDAC_CANONICAL_HOSTAC_CANONICAL_TARGETAM_OPTIONS_WXCONFIGdnl Checks for programs.AC_PROG_AWKAC_PROG_INSTALLAC_PROG_LN_SAC_PROG_RANLIBAC_PROG_CCAC_PROG_CXXAC_PROG_CXXCPPAM_PATH_WXCONFIG(2.4.1, WXFOUND=1)if test "$WXFOUND" != 1; then AC_MSG_ERROR([ 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 is version 2.4.0 or above. ])fiAC_BAKEFILE([m4_include(autoconf_inc.m4)])AC_CONFIG_FILES([ Makefile ])AC_OUTPUT
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -