Skip to content
Snippets Groups Projects
Commit 76c6b0ef authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

autoupdate'd

parent 441bef62
No related branches found
No related tags found
No related merge requests found
......@@ -92,17 +92,17 @@ AC_CHECK_HEADERS([kww.h],, AC_MSG_ERROR([Cannot find kww.h.]))
AC_CHECK_HEADERS([cerf.h],, AC_MSG_ERROR([Cannot find cerf.h.]))
# C++ includes of our own
AC_TRY_CPP([#include<boost/format.hpp>],,
AC_MSG_ERROR([Cannot find boost/format.hpp.]))
AC_TRY_CPP([#include<boost/shared_ptr.hpp>],,
AC_MSG_ERROR([Cannot find boost/shared_ptr.hpp.]))
AC_TRY_CPP([#include<trivia/file_ops.hpp>],,
AC_MSG_ERROR([Cannot find trivia/file_ops.hpp.]))
AC_TRY_CPP([#include<readplus/readln.hpp>],,
AC_MSG_ERROR([Cannot find readplus/readln.hpp.]))
AC_TRY_CPP([#include<yamlfreeze/yaml.hpp>],,
AC_MSG_ERROR([Cannot find yamlfreeze/yaml.hpp.]))
AC_PREPROC_IFELSE([AC_LANG_SOURCE([[#include<boost/format.hpp>]])],[],
[AC_MSG_ERROR(Cannot find boost/format.hpp.)])
AC_PREPROC_IFELSE([AC_LANG_SOURCE([[#include<boost/shared_ptr.hpp>]])],[],
[AC_MSG_ERROR(Cannot find boost/shared_ptr.hpp.)])
AC_PREPROC_IFELSE([AC_LANG_SOURCE([[#include<trivia/file_ops.hpp>]])],[],
[AC_MSG_ERROR(Cannot find trivia/file_ops.hpp.)])
AC_PREPROC_IFELSE([AC_LANG_SOURCE([[#include<readplus/readln.hpp>]])],[],
[AC_MSG_ERROR(Cannot find readplus/readln.hpp.)])
AC_PREPROC_IFELSE([AC_LANG_SOURCE([[#include<yamlfreeze/yaml.hpp>]])],[],
[AC_MSG_ERROR(Cannot find yamlfreeze/yaml.hpp.)])
################################################################################
## Check for libraries, needed at link time ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment