AC_INIT([vtcross], [0.0.0]) AM_INIT_AUTOMAKE([vtcross], [0.0.0]) AM_CONFIG_HEADER([src/include/vtcross/config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_CC AC_PROG_CXX AC_PROG_LIBTOOL AC_PROG_INSTALL AC_LANG_PUSH([C]) AC_CHECK_LIB([sqlite3], [sqlite3_open], [], [AC_MSG_ERROR([Cannot find sqlite3 library!])]) AC_LANG_POP AC_CONFIG_FILES(Makefile doc/Makefile src/Makefile src/shell/Makefile src/libvtcross/Makefile src/cognitive_engines/Makefile src/policy_engines/Makefile src/service_management_layer/Makefile src/lib/tinyxml/Makefile src/lib/socketcomm/Makefile src/include/Makefile src/include/vtcross/Makefile src/include/tinyxml/Makefile src/lib/Makefile) AC_OUTPUT