configure.in

来自「常用字符串hash算法」· IN 代码 · 共 31 行

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