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

📄 configure.in

📁 dbacl是一个通用目的的digramic贝叶斯文本分类器。它可以学习你提供的文本
💻 IN
字号:
AC_INIT(dbacl.c)AC_CANONICAL_SYSTEMAM_CONFIG_HEADER(config.h)AM_INIT_AUTOMAKE(dbacl,1.3.1)case $host in	*-*-linux*) AC_DEFINE([OS_LINUX],[],[this is a Linux system])		;;	*-sun-*) AC_DEFINE([OS_SUN],[],[this is a Sun system])		;;	*-*-darwin*) AC_DEFINE([OS_DARWIN],[],[this is a Mac system])		;;	-*-*-*) AC_DEFINE([OS_UNKNOWN],[],[this is an unrecognized system])		;;esacAM_CONDITIONAL(WIDE_REGEX, test "$with_boost" = yes)AC_PROG_CCAM_PROG_LEXAC_PROG_YACCAC_CHECK_LIB([m],[log])AC_CHECK_LIB([readline],[readline],[],[AC_MSG_WARN(libreadline is missing - mailinspect will be compiled without interactive mode)])AC_CHECK_LIB([slang],[SLsmg_init_smg],[],[AC_MSG_WARN(libslang is missing - mailinspect will be compiled without interactive mode)])AM_CONDITIONAL(INTERACTIVE, test "$ac_cv_lib_readline_readline" = yes -a "$ac_cv_lib_slang_SLsmg_init_smg" = yes)if test -n "$WIDE_REGEX"; then	AC_CHECK_LIB([boost_regex],[regcompW])fiAC_CHECK_HEADERS(langinfo.h)AC_CHECK_HEADERS(wchar.h wctype.h,,AC_MSG_WARN(no wide character headers found - full internationalization will be disabled))AC_PROG_INSTALLAC_OUTPUT(Makefile)

⌨️ 快捷键说明

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