configure.in

来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· IN 代码 · 共 49 行

IN
49
字号
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 + =
减小字号Ctrl + -
显示快捷键?