configure.in

来自「AIML的实现」· IN 代码 · 共 203 行

IN
203
字号
AC_INIT(../../../src/rebecca/AimlFacade.cpp)AM_INIT_AUTOMAKE(rebecca-mt,0.0.1)AC_CONFIG_HEADER(config.h)AM_PROG_LIBTOOLAC_PROG_INSTALLdnl find and test the C and C++ compilerAC_PROG_CCAC_LANG_CAC_LANG_CPLUSPLUSAC_PROG_MAKE_SETAC_HEADER_STDCdnl Check all the dependency header filesdnl Make sure they're all there.AC_CHECK_HEADERS(boost/algorithm/string.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above boost header file!  Do you have boost installedand are pointing to the boost header file?  You need tohave boost installed to work.  Download Boost at http://www.boost.org/]))AC_CHECK_HEADERS(boost/tokenizer.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above boost header file!  Do you have boost installedand are pointing to the boost header file?  You need tohave boost installed to work.  Download Boost at http://www.boost.org/]))AC_CHECK_HEADERS(boost/shared_ptr.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above boost header file!  Do you have boost installedand are pointing to the boost header file?  You need tohave boost installed to work.  Download Boost at http://www.boost.org/]))AC_CHECK_HEADERS(boost/filesystem/operations.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above boost header file!  Do you have boost installedand are pointing to the boost header file?  You need tohave boost installed to work.  Download Boost at http://www.boost.org/]))AC_CHECK_HEADERS(boost/filesystem/fstream.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above boost header file!  Do you have boost installedand are pointing to the boost header file?  You need tohave boost installed to work.  Download Boost at http://www.boost.org/]))AC_CHECK_HEADERS(boost/filesystem/exception.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above boost header file!  Do you have boost installedand are pointing to the boost header file?  You need tohave boost installed to work.  Download Boost at http://www.boost.org/]))AC_CHECK_HEADERS(boost/algorithm/string_regex.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above boost header file!  Do you have boost installedand are pointing to the boost header file?  You need tohave boost installed to work.  Download Boost at http://www.boost.org/]))AC_CHECK_HEADERS(boost/cast.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above boost header file!  Do you have boost installedand are pointing to the boost header file?  You need tohave boost installed to work.  Download Boost at http://www.boost.org/]))AC_CHECK_HEADERS(boost/lexical_cast.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above boost header file!  Do you have boost installedand are pointing to the boost header file?  You need tohave boost installed to work.  Download Boost at http://www.boost.org/]))AC_CHECK_HEADERS(boost/scoped_ptr.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above boost header file!  Do you have boost installedand are pointing to the boost header file?  You need tohave boost installed to work.  Download Boost at http://www.boost.org/]))AC_CHECK_HEADERS(xercesc/sax/HandlerBase.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above xerces header file!  Do you have xerces installedand are pointing to the xerces header file?  You need tohave xerces installed to work.  Download Xerces 2.6 at http://xml.apache.org/xerces-c/]))AC_CHECK_HEADERS(xercesc/parsers/SAXParser.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above xerces header file!  Do you have xerces installedand are pointing to the xerces header file?  You need tohave xerces installed to work.  Download Xerces 2.6 at http://xml.apache.org/xerces-c/]))AC_CHECK_HEADERS(xercesc/util/XMLString.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above xerces header file!  Do you have xerces installedand are pointing to the xerces header file?  You need tohave xerces installed to work.  Download Xerces 2.6 at http://xml.apache.org/xerces-c/]))AC_CHECK_HEADERS(xercesc/util/XercesDefs.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above xerces header file!  Do you have xerces installedand are pointing to the xerces header file?  You need tohave xerces installed to work.  Download Xerces 2.6 at http://xml.apache.org/xerces-c/]))AC_CHECK_HEADERS(xercesc/framework/LocalFileInputSource.hpp,,AC_MSG_ERROR([RebeccaAIML cannot findthe above xerces header file!  Do you have xerces installedand are pointing to the xerces header file?  You need tohave xerces installed to work.  Download Xerces 2.6 at http://xml.apache.org/xerces-c/]))dnl Check all the library dependencies dnl Make sure they're all thereAC_CHECK_LIB(xerces-c, main,,AC_MSG_ERROR([RebeccaAIML requires Xerces 2.6 to be installed to work.  Look at:http://xml.apache.org/xerces-c/ for getting it]))AC_CHECK_LIB(boost_filesystem, main,,AC_MSG_ERROR([RebeccaAIML requires boost file system to be installed to work.  Download Boost at http://www.boost.org/]))AC_CHECK_LIB(boost_regex, main,,AC_MSG_ERROR([RebeccaAIML requires boost regex to be installed to work.  Download Boostat http://www.boost.org/]))AC_CHECK_LIB(boost_date_time, main,,AC_MSG_ERROR([RebeccaAIML requires boost date and timeto be installed to work.  Download Boostat http://www.boost.org/]))	AC_CHECK_LIB(dl, main,,AC_MSG_ERROR([RebeccaAIML requires the dlopen libraryto be installed to work this should come standard on a stockLinux/Unix system.  Look at your Linux distibution docs for this]))	dnl read Makefile.in and write MakefileAC_OUTPUT(Makefile)

⌨️ 快捷键说明

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