📄 configure.in
字号:
AC_INIT(../../../src/samples/consoleHtmlConverter_tag_layer/consoleAIMLHtmlConverter.cpp)AC_CONFIG_HEADER(config.h)AM_INIT_AUTOMAKE(consoleAIMLHtmlConverter,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_STDCAC_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_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 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)dnl output the Makefile scriptAC_CONFIG_FILES(scripts/Makefile)dnl read Makefile.in and write MakefileAC_OUTPUT(Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -