mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Added checks for doxygen and STL.
README.alpha updated for latest changes.
This commit is contained in:
@@ -38,6 +38,7 @@ AC_PROG_CXX
|
||||
AC_PROG_CPP
|
||||
AC_PATH_PROG(MSGFMT, msgfmt)
|
||||
AC_PATH_PROG(XGETTEXT, xgettext)
|
||||
AC_PATH_PROG(DOXYGEN, doxygen)
|
||||
EDE_PROG_JAM()
|
||||
|
||||
dnl basic headers
|
||||
@@ -47,6 +48,11 @@ AC_CHECK_HEADER(ndir.h, AC_DEFINE(HAVE_NDIR_H, 1, [Define to 1 if you have ndir.
|
||||
AC_CHECK_HEADER(sys/dir.h, AC_DEFINE(HAVE_SYS_DIR_H, 1, [Define to 1 if you have sys/dir.h]))
|
||||
AC_CHECK_HEADER(sys/ndir.h, AC_DEFINE(HAVE_SYS_NDIR_H, 1, [Define to 1 if you have sys/ndir.h]))
|
||||
|
||||
dnl TODO: it would be nice if we could pass parameter
|
||||
dnl for custom STL implementation (via STDLIB var), and
|
||||
dnl test be linked against it
|
||||
EDE_CHECK_STL()
|
||||
|
||||
EDE_CHECK_TIME_FUNCS()
|
||||
|
||||
EDE_CHECK_X11()
|
||||
|
Reference in New Issue
Block a user