⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure.in

📁 It provides a base of DICT web service ( similar to DICT rfc2229) and create relative applications (
💻 IN
字号:
dnl Process this file with autoconf to produce a configure script.AC_INIT(configure.in)#AC_CONFIG_HEADERS(config.h)AM_INIT_AUTOMAKE(webdict, 0.2.0)AC_ARG_WITH(gsoap2,   [  --with-gsoap2=path      Path to gsoap2, default is /usr/local/gsoap2 ],	GSOAP2_PATH="${withval}", GSOAP2_PATH="/usr/local/gsoap2")dnl Checks for programs.AC_PROG_CCAC_PROG_CXXdnl Checks for libraries.dnl Checks for header files.dnl Checks for typedefs, structures, and compiler characteristics.dnl Checks for library functions.AC_SUBST(GSOAP2_PATH)AC_OUTPUT(Makefile src/Makefile)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -