AC_INIT([vtcross], [0.0.0]) AM_INIT_AUTOMAKE(vtcross, 0.0.0) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_CC AC_PROG_CXX AC_PROG_LIBTOOL AC_PROG_INSTALL 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/tinyxml/Makefile src/include/Makefile src/include/vtcross/Makefile) AC_OUTPUT