WIP on the clusterer

This commit is contained in:
emeric
2018-12-14 13:41:22 +01:00
parent de712936eb
commit b76c60f437
12 changed files with 372 additions and 79 deletions
+7 -2
View File
@@ -16,7 +16,7 @@ fi
AC_SUBST(MAGICKXX_CFLAGS)
AC_SUBST(MAGICKXX_LIBS)
AC_CHECK_HEADERS([Wt/WApplication.h pstreams/pstream.h],
AC_CHECK_HEADERS([Wt/WApplication.h pstreams/pstream.h curl/curl.h],
[],
[AC_MSG_ERROR([Header not found or unusable !])])
@@ -76,12 +76,17 @@ AC_CHECK_LIB( [config++],
,
[AC_MSG_ERROR([libconfig++ not found!])])
AC_CHECK_LIB( [curl],
[curl_easy_init],
,
[AC_MSG_ERROR([libcurl not found!])])
AC_CONFIG_FILES([Makefile
src/Makefile
test/Makefile
tools/Makefile
tools/metadata/Makefile
tools/classifier/Makefile])
tools/clusterer/Makefile])
AC_OUTPUT