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

📄 configure.in

📁 AIML的实现
💻 IN
字号:
AC_INIT(../../../src/tests/regression/TestCases.cpp)AC_CONFIG_HEADER(config.h)AM_INIT_AUTOMAKE(regression,0.0.1)AM_PROG_LIBTOOLAC_PROG_INSTALLbindir="@datadir@/Rebecca/bin/release"dnl find and test the C and C++ compilerAC_PROG_CCAC_LANG_CAC_LANG_CPLUSPLUSAC_PROG_MAKE_SETAC_HEADER_STDCdnl AC_CHECK_HEADERS(rebecca/all.h,,dnl AC_MSG_ERROR([dnl Coud not find the above rebecca header file.dnl Did you install the RebeccaAIML library filednl and its headers? You should go to the directorydnl build_files/autoconf/lib and build that firstdnl and ensure you put the header files where I dnl can find them firstdnl ]))dnl AC_CHECK_LIB(rebecca-mt,main,,AC_MSG_ERROR([dnl could not link to RebeccaAIML library.  Install thednl library to RebeccaAIML first.  If you have already done so; dnl please run ldconfig as root or check whether the path libRebeccaAIML dnl was installed to is in your LD_LIBRARY_PATHdnl ]))dnl read Makefile.in and write Makefilednl Hidden values overriden only for the RPM build systemdnl  These are arguments are hidden.  They are arguments to be used withdnl the rpm build system.dnl Set the prefix and exec_prefix if they are not settest "$prefix" = NONE && prefix=/usr/localtest "$exec_prefix" = NONE && exec_prefix=$prefixAC_ARG_WITH([build_prefix],,[BUILD_prefix="$withval"],[BUILD_prefix=${prefix}],)AC_MSG_RESULT(build_prefix is $BUILD_prefix)AC_SUBST(BUILD_prefix)dnl I have to use prefix for now otherwise it'll expand to nothingAC_ARG_WITH([build_exec_prefix],,[BUILD_exec_prefix="$withval"],[BUILD_exec_prefix=${exec_prefix}],)AC_MSG_RESULT(build_exec_prefix is $BUILD_exec_prefix)AC_SUBST(BUILD_exec_prefix)AC_ARG_WITH([build_includedir],,[BUILD_includedir="$withval"],[BUILD_includedir=${includedir}],)AC_MSG_RESULT(build_includedir is $BUILD_includedir)AC_SUBST(BUILD_includedir)AC_ARG_WITH([build_libdir],,[BUILD_libdir="$withval"],[BUILD_libdir=${libdir}],)AC_MSG_RESULT(build_libdir is $BUILD_libdir)AC_SUBST(BUILD_libdir)AC_ARG_WITH([build_datadir],,[BUILD_datadir="$withval"],[BUILD_datadir=${datadir}],)AC_MSG_RESULT(build_datadir is $BUILD_datadir)AC_SUBST(BUILD_datadir)AC_SUBST(BUILD_prefix)AC_SUBST(BUILD_exec_prefix)AC_SUBST(BUILD_includedir)AC_SUBST(BUILD_libdir)AC_SUBST(BUILD_datadir)AC_OUTPUT(Makefile)

⌨️ 快捷键说明

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