1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT([LEMON], [0.4], [etik-ol@cs.elte.hu], [lemon])
3 AC_CONFIG_AUX_DIR([config])
5 AC_CONFIG_SRCDIR([src/lemon/invalid.h])
6 AM_CONFIG_HEADER([config.h])
9 dnl Checks for programs.
15 if test $CXX != icc -a $CXX != icpc; then
16 CXXFLAGS="$CXXFLAGS -Wall -W"
19 dnl Checks for libraries.
22 dnl Checks for header files.
23 AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
25 dnl Checks for typedefs, structures, and compiler characteristics.
32 dnl Checks for library functions.
34 AC_CHECK_FUNCS(gettimeofday times ctime_r)
38 autopackage/default.apspec
44 src/benchmark/Makefile